From: David Miller <davem@davemloft.net>
To: Frank.Li@freescale.com
Cc: lznuaa@gmail.com, shawn.guo@linaro.org, B38611@freescale.com,
linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
s.hauer@pengutronix.de
Subject: Re: [PATCH v4 1/1 net-next] net: fec: add napi support to improve proformance
Date: Tue, 29 Jan 2013 14:18:00 -0500 (EST) [thread overview]
Message-ID: <20130129.141800.2181207237672109119.davem@davemloft.net> (raw)
In-Reply-To: <1359433903-15605-1-git-send-email-Frank.Li@freescale.com>
From: Frank Li <Frank.Li@freescale.com>
Date: Tue, 29 Jan 2013 12:31:42 +0800
> Add napi support
...
> Signed-off-by: Frank Li <Frank.Li@freescale.com>
> Signed-off-by: Fugang Duan <B38611@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.
next prev parent reply other threads:[~2013-01-29 19:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-29 4:31 [PATCH v4 1/1 net-next] net: fec: add napi support to improve proformance Frank Li
2013-01-29 19:18 ` David Miller [this message]
2013-01-30 1:55 ` Frank Li
2013-02-04 19:33 ` Jim Baxter
2013-02-06 0:16 ` Jim Baxter
2013-02-18 19:09 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130129.141800.2181207237672109119.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=B38611@freescale.com \
--cc=Frank.Li@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lznuaa@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawn.guo@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).