From: pcnet32@verizon.net Date: Fri, 16 Feb 2007 16:09:57 +0000 (-0600) Subject: pcnet32 NAPI no longer experimental X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=659dd8351a0acbf6b057ebddd4388a97cdf0feb2;p=linux-beck.git pcnet32 NAPI no longer experimental Remove the experimental tag for the pcnet32 NAPI implementation. Signed-off-by: Don Fry Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 960312643f80..bd76b12c7c45 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1284,8 +1284,8 @@ config PCNET32 will be called pcnet32. config PCNET32_NAPI - bool "Use RX polling (NAPI) (EXPERIMENTAL)" - depends on PCNET32 && EXPERIMENTAL + bool "Use RX polling (NAPI)" + depends on PCNET32 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