]> bbs.cooldavid.org Git - net-next-2.6.git/commit
bnx2x: Handle Rx and Tx together in NAPI
authorVladislav Zolotarov <vladz@broadcom.com>
Mon, 16 Nov 2009 06:05:58 +0000 (06:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Nov 2009 12:08:48 +0000 (04:08 -0800)
commit54b9ddaa68414fad72ab2e1042be067c902441a6
tree2adf18084aab8d2a013d31c8a2ac708f2e3ddec8
parent208f2037ae4a2f23fe5f232d25f4030b3a35c3ed
bnx2x: Handle Rx and Tx together in NAPI

Put Tx and Rx DPC to be handled in the NAPI:
  - Saves status blocks.
  - Moves the Tx work from hardIRQ to NAPI.

Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x.h
drivers/net/bnx2x_main.c