[PATCH v4 1/1 net-next] net: fec: add napi support to improve proformance
David Miller
davem at davemloft.net
Tue Jan 29 14:18:00 EST 2013
From: Frank Li <Frank.Li at freescale.com>
Date: Tue, 29 Jan 2013 12:31:42 +0800
> Add napi support
...
> Signed-off-by: Frank Li <Frank.Li at freescale.com>
> Signed-off-by: Fugang Duan <B38611 at freescale.com>
Applied, thanks.
Note that it is recommended to also to TX reclaim processing
in the NAPI handler as well, in fact it's best to make the hardware
interrupt handler do nothing other than trigger NAPI and then
move everything that was in your hardware interrupt handler into
NAPI poll instead.
More information about the linux-arm-kernel
mailing list