Re: [NET-NEXT PATCH 07/18] igb: add NAPI Rx queue support
From: Jeff Garzik <hidden>
Date: 2008-07-04 12:49:30
Also in:
lkml
From: Jeff Garzik <hidden>
Date: 2008-07-04 12:49:30
Also in:
lkml
Jeff Kirsher wrote:
From: PJ Waskiewicz <redacted> Update the NAPI implementation to use the new napi_struct infrstructure. This removes the need of multiple net_device structs to implement a multiqueue NAPI. Signed-off-by: PJ Waskiewicz <redacted> Signed-off-by: Jeff Kirsher <redacted> --- drivers/net/igb/igb.h | 2 + drivers/net/igb/igb_main.c | 148 ++++++++++++++++++-------------------------- 2 files changed, 61 insertions(+), 89 deletions(-)
applied 1-7 to net-next