commit | c67caceb864cf15731532ab25162166c228fa270 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Thu Sep 24 09:04:26 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 16 04:26:33 2015 -0700 |
tree | 3b8a21efa80fb4834d50770ba7f7854b2a6bbb02 | |
parent | 51161aa98d0aa4eb20952e16d6c6dbb1d085330e [diff] |
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@mirantis.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>