aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2008-07-06 23:50:16 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-08 01:40:26 -0400
commit6a3d8aa48c1c9d3afc761b862267b9945cc6f281 (patch)
tree882ddbfed854123db6def74f7885bf779560c0e7
parent38b221957b155ef410bdc28856a66386303fbd5a (diff)
netdev: remove unused S2IO_NAPI
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Acked-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/networking/s2io.txt7
-rw-r--r--drivers/net/Kconfig14
2 files changed, 2 insertions, 19 deletions
diff --git a/Documentation/networking/s2io.txt b/Documentation/networking/s2io.txt
index 1e28e2ddb90a..c3d6b4d5d014 100644
--- a/Documentation/networking/s2io.txt
+++ b/Documentation/networking/s2io.txt
@@ -52,13 +52,10 @@ d. MSI/MSI-X. Can be enabled on platforms which support this feature
52(IA64, Xeon) resulting in noticeable performance improvement(upto 7% 52(IA64, Xeon) resulting in noticeable performance improvement(upto 7%
53on certain platforms). 53on certain platforms).
54 54
55e. NAPI. Compile-time option(CONFIG_S2IO_NAPI) for better Rx interrupt 55e. Statistics. Comprehensive MAC-level and software statistics displayed
56moderation.
57
58f. Statistics. Comprehensive MAC-level and software statistics displayed
59using "ethtool -S" option. 56using "ethtool -S" option.
60 57
61g. Multi-FIFO/Ring. Supports up to 8 transmit queues and receive rings, 58f. Multi-FIFO/Ring. Supports up to 8 transmit queues and receive rings,
62with multiple steering options. 59with multiple steering options.
63 60
644. Command line parameters 614. Command line parameters
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 84925915dce4..1fe47a3bb6f5 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2515,20 +2515,6 @@ config S2IO
2515 More specific information on configuring the driver is in 2515 More specific information on configuring the driver is in
2516 <file:Documentation/networking/s2io.txt>. 2516 <file:Documentation/networking/s2io.txt>.
2517 2517
2518config S2IO_NAPI
2519 bool "Use Rx Polling (NAPI) (EXPERIMENTAL)"
2520 depends on S2IO && EXPERIMENTAL
2521 help
2522 NAPI is a new driver API designed to reduce CPU and interrupt load
2523 when the driver is receiving lots of packets from the card. It is
2524 still somewhat experimental and thus not yet enabled by default.
2525
2526 If your estimated Rx load is 10kpps or more, or if the card will be
2527 deployed on potentially unfriendly networks (e.g. in a firewall),
2528 then say Y here.
2529
2530 If in doubt, say N.
2531
2532config MYRI10GE 2518config MYRI10GE
2533 tristate "Myricom Myri-10G Ethernet support" 2519 tristate "Myricom Myri-10G Ethernet support"
2534 depends on PCI && INET 2520 depends on PCI && INET