i40e/i40evf: Fix handling of napi budget
Orabug:
22342532
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>
(cherry picked from commit
c67caceb864cf15731532ab25162166c228fa270)
Signed-off-by: Brian Maly <brian.maly@oracle.com>