linux-stable/drivers/net/qlge
Ron Mercer 39aa816593 qlge: Move TX completions from workqueue to NAPI.
TX completions were running in a workqueue queued by the ISR.  This
patch moves the processing of TX completions to an existing RSS NAPI
context.
Now each irq vector runs NAPI for one RSS ring and one or more TX
completion rings.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-28 23:22:34 -07:00
..
Makefile
qlge.h qlge: Move TX completions from workqueue to NAPI. 2009-08-28 23:22:34 -07:00
qlge_dbg.c qlge: Get rid of 'default' rx_ring type. 2009-08-28 23:22:28 -07:00
qlge_ethtool.c qlge: Get rid of 'default' rx_ring type. 2009-08-28 23:22:28 -07:00
qlge_main.c qlge: Move TX completions from workqueue to NAPI. 2009-08-28 23:22:34 -07:00
qlge_mpi.c qlge: Add/use function for link up/down. 2009-07-03 19:10:46 -07:00