X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Ftulip%2FKconfig;h=6182cf4e3ac52ff0b48d0473d8875116efc3668d;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=02bc6d39b5c00ac6b360ed7ec415a7933caa5a2d;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/drivers/net/tulip/Kconfig b/drivers/net/tulip/Kconfig index 02bc6d39b..6182cf4e3 100644 --- a/drivers/net/tulip/Kconfig +++ b/drivers/net/tulip/Kconfig @@ -71,10 +71,17 @@ config TULIP_MMIO config TULIP_NAPI bool "Use NAPI RX polling " depends on TULIP - ---help--- - This is of useful for servers and routers dealing with high network loads. - - See . + 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. + + See for more + information. If in doubt, say N.