diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2008-07-06 20:55:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-07 22:40:58 -0700 |
commit | 6ba33ac8a47d33d0b5996d24ddf66c457cd7180b (patch) | |
tree | eca6d10d65e20cbaf7491e10f9a931b78f9cfb77 /drivers/net/Kconfig | |
parent | a6676019a794eac967a967c1206a57824b180c9a (diff) | |
download | talos-obmc-linux-6ba33ac8a47d33d0b5996d24ddf66c457cd7180b.tar.gz talos-obmc-linux-6ba33ac8a47d33d0b5996d24ddf66c457cd7180b.zip |
amd8111e: delete non NAPI code from the driver.
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>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9f7442fba47d..ef733abc857d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1306,20 +1306,6 @@ config AMD8111_ETH To compile this driver as a module, choose M here. The module will be called amd8111e. -config AMD8111E_NAPI - bool "Use RX polling (NAPI)" - depends on AMD8111_ETH - help - NAPI is a new driver API designed to reduce CPU and interrupt load - when the driver is receiving lots of packets from the card. It is - still somewhat experimental and thus not yet enabled by default. - - If your estimated Rx load is 10kpps or more, or if the card will be - deployed on potentially unfriendly networks (e.g. in a firewall), - then say Y here. - - If in doubt, say N. - config ADAPTEC_STARFIRE tristate "Adaptec Starfire/DuraLAN support" depends on NET_PCI && PCI |