Re: [net PATCH 1/3] i40e: Fix handling of napi budget
From: Jeff Kirsher <hidden>
Date: 2015-09-24 04:55:20
Also in:
intel-wired-lan
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Jeff Kirsher <hidden>
Date: 2015-09-24 04:55:20
Also in:
intel-wired-lan
On Tue, 2015-09-22 at 14:35 -0700, Alexander Duyck wrote:
The polling routine for i40e was rounding up the budget for Rx cleanup to 1. This is incorrect as netpoll will call is expecting no Rx to be processed as the budget passed was 0. Signed-off-by: Alexander Duyck <redacted> --- drivers/net/ethernet/intel/i40e/i40e_txrx.c | 5 +++++ 1 file changed, 5 insertions(+)
This does not apply cleanly to my next-queue tree, dev-queue branch.