* [PATCH 2/2] tc35815: Enable NAPI
@ 2009-10-26 13:46 Atsushi Nemoto
2009-10-28 10:57 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2009-10-26 13:46 UTC (permalink / raw)
To: netdev; +Cc: David Miller, Ralf Roesch
This driver has NAPI code but it has been disabled. Enable it now.
The non-napi code will be removed lator.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
drivers/net/tc35815.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/tc35815.c b/drivers/net/tc35815.c
index 3d38479..0d621ca 100644
--- a/drivers/net/tc35815.c
+++ b/drivers/net/tc35815.c
@@ -22,6 +22,7 @@
* All Rights Reserved.
*/
+#define TC35815_NAPI
#ifdef TC35815_NAPI
#define DRV_VERSION "1.38-NAPI"
#else
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 2/2] tc35815: Enable NAPI
2009-10-26 13:46 [PATCH 2/2] tc35815: Enable NAPI Atsushi Nemoto
@ 2009-10-28 10:57 ` David Miller
2009-10-29 4:14 ` Atsushi Nemoto
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2009-10-28 10:57 UTC (permalink / raw)
To: anemo; +Cc: netdev, ralf.roesch
From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Date: Mon, 26 Oct 2009 22:46:22 +0900
> This driver has NAPI code but it has been disabled. Enable it now.
> The non-napi code will be removed lator.
>
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Applied.
Please remove the NAPI enabling macro and the tests for it.
NAPI support should be unconditional.
If people want to test the pre-NAPI behavior, they can check
out an older copy of the driver quite easily.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2/2] tc35815: Enable NAPI
2009-10-28 10:57 ` David Miller
@ 2009-10-29 4:14 ` Atsushi Nemoto
0 siblings, 0 replies; 3+ messages in thread
From: Atsushi Nemoto @ 2009-10-29 4:14 UTC (permalink / raw)
To: davem; +Cc: netdev, ralf.roesch
On Wed, 28 Oct 2009 03:57:43 -0700 (PDT), David Miller <davem@davemloft.net> wrote:
> Please remove the NAPI enabling macro and the tests for it.
> NAPI support should be unconditional.
>
> If people want to test the pre-NAPI behavior, they can check
> out an older copy of the driver quite easily.
OK, I will do it. Thank you.
---
Atsushi Nemoto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-29 4:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 13:46 [PATCH 2/2] tc35815: Enable NAPI Atsushi Nemoto
2009-10-28 10:57 ` David Miller
2009-10-29 4:14 ` Atsushi Nemoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox