]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
igb: add NAPI Rx queue support
authorPJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
Fri, 27 Jun 2008 18:00:39 +0000 (11:00 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:47:01 +0000 (08:47 -0400)
commit844290e56067aed0a54142d756565abb9614136c
treec6c122522c64d2c383ccc7bb2389a0c713de7bb1
parent662d7205b3db0bf9ebcae31f30ed72a1bceb47af
igb: add NAPI Rx queue support

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 <peter.p.waskiewicz.jr.@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c