diff options
author | 2016-03-07 09:30:03 -0800 | |
---|---|---|
committer | 2016-04-05 01:58:53 -0700 | |
commit | a619afe814453300684f1d5a6478d67f791bc723 (patch) | |
tree | a94b271a6360b3837990f6eba1780ddad28cdae7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | i40e/i40evf: Fix handling of boolean logic in polling routines (diff) | |
download | linux-dev-a619afe814453300684f1d5a6478d67f791bc723.tar.xz linux-dev-a619afe814453300684f1d5a6478d67f791bc723.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions