[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130129.141800.2181207237672109119.davem@davemloft.net>
Date: Tue, 29 Jan 2013 14:18:00 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: Frank.Li@...escale.com
Cc: lznuaa@...il.com, shawn.guo@...aro.org, B38611@...escale.com,
linux-arm-kernel@...ts.infradead.org, netdev@...r.kernel.org,
s.hauer@...gutronix.de
Subject: Re: [PATCH v4 1/1 net-next] net: fec: add napi support to improve
proformance
From: Frank Li <Frank.Li@...escale.com>
Date: Tue, 29 Jan 2013 12:31:42 +0800
> Add napi support
...
> Signed-off-by: Frank Li <Frank.Li@...escale.com>
> Signed-off-by: Fugang Duan <B38611@...escale.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists