From: Rick Jones Date: Fri, 12 Sep 2014 17:44:06 +0000 (+0000) Subject: ixgbe: Convert the normal transmit complete path to dev_consume_skb_any() X-Git-Tag: fixes-against-v3.18-rc2~144^2~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1f2a972c8c8d22ac234024b331130ddddf8682;p=pandora-kernel.git ixgbe: Convert the normal transmit complete path to dev_consume_skb_any() Convert the normal packet completion path to dev_consume_skb_any() so packet drop profiling via dropwatch or perf top -G -e skb_kfree_skb is not cluttered with false hits. Compile tested only. There is a dev_kfree_skb_any() in the routine ixgbe_ptp_tx_hwtstamp() in ixgbe_ptp.c that looks like a conversion candidate but I wasn't familiar enough with the code to pull the trigger. Signed-off-by: Rick Jones Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed