]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()
authorRick Jones <rick.jones2@hp.com>
Fri, 12 Sep 2014 17:44:06 +0000 (17:44 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 2 Oct 2014 09:04:46 +0000 (02:04 -0700)
commit93868b710b78613fff305c65a649659af17e64e3
tree274dc85dfd7e11a803b2659210d70ed19cebcef4
parent8bbe46036ea263940b7e63a4770abc123bf1ba25
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 <rick.jones2@hp.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c