Re: [PATCH v4 1/1 net-next] net: fec: add napi support to improve proformance
From: David Miller <davem@davemloft.net>
Date: 2013-01-29 19:18:00
Also in:
linux-arm-kernel
From: David Miller <davem@davemloft.net>
Date: 2013-01-29 19:18:00
Also in:
linux-arm-kernel
From: Frank Li <redacted> Date: Tue, 29 Jan 2013 12:31:42 +0800
Add napi support
...
Signed-off-by: Frank Li <redacted> Signed-off-by: Fugang Duan <redacted>
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.