From 4ef6dae4ba0fc074eca69157aa29fe59b22f812c Mon Sep 17 00:00:00 2001 From: Rick Jones Date: Tue, 9 Sep 2014 14:43:27 -0700 Subject: [PATCH] sfc: Convert the normal transmit complete path to dev_consume_skb_any() Convert the normal transmit completion path from dev_kfree_skb_any() to dev_consume_skb_any() to help keep dropped packet profiling meaningful. Signed-off-by: Rick Jones Signed-off-by: David S. Miller --- Reading git-format-patch failed