i40e/i40evf: Add support for bulk free in Tx cleanup
authorAlexander Duyck <aduyck@mirantis.com>
Mon, 7 Mar 2016 17:30:03 +0000 (09:30 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Apr 2016 08:58:53 +0000 (01:58 -0700)
commita619afe814453300684f1d5a6478d67f791bc723
treea94b271a6360b3837990f6eba1780ddad28cdae7
parentf2edaaaa392bc21c24f532ea9bcc952a54a22367
i40e/i40evf: Add support for bulk free in Tx cleanup

This patch enables bulk Tx clean for skbs.  In order to enable it we need
to pass the napi_budget value as that is used to determine if we are truly
running in NAPI mode or if we are simply calling the routine from netpoll
with a budget of 0.  In order to avoid adding too many more variables I
thought it best to pass the VSI directly in a fashion similar to what we do
on igb and ixgbe with the q_vector.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_txrx.c
drivers/net/ethernet/intel/i40evf/i40e_txrx.c