[Intel-wired-lan] [net-next PATCH v2 1/3] i40e/i40evf: Fix handling of napi budget

Bowers, AndrewX andrewx.bowers at intel.com
Fri Sep 25 22:17:25 UTC 2015


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Alexander Duyck
> Sent: Thursday, September 24, 2015 9:04 AM
> To: netdev at vger.kernel.org; intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [net-next PATCH v2 1/3] i40e/i40evf: Fix handling
> of napi budget
> 
> The polling routine for i40e was rounding up the budget for Rx cleanup to 1.
> This is incorrect as the netpoll poll call is expecting no Rx to be processed as
> the budget passed was 0.
> 
> Signed-off-by: Alexander Duyck <aduyck at mirantis.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e_txrx.c   |    5 +++++
>  drivers/net/ethernet/intel/i40evf/i40e_txrx.c |    5 +++++
>  2 files changed, 10 insertions(+)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Code changes present in tree


More information about the Intel-wired-lan mailing list