Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 659dd835 authored by pcnet32@verizon.net's avatar pcnet32@verizon.net Committed by Jeff Garzik
Browse files

pcnet32 NAPI no longer experimental



Remove the experimental tag for the pcnet32 NAPI implementation.

Signed-off-by: default avatarDon Fry <pcnet32@verizon.net>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 04ce0948
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1284,8 +1284,8 @@ config PCNET32
	  will be called pcnet32.
	  will be called pcnet32.


config PCNET32_NAPI
config PCNET32_NAPI
	bool "Use RX polling (NAPI) (EXPERIMENTAL)"
	bool "Use RX polling (NAPI)"
	depends on PCNET32 && EXPERIMENTAL
	depends on PCNET32
	help
	help
	  NAPI is a new driver API designed to reduce CPU and interrupt load
	  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
	  when the driver is receiving lots of packets from the card. It is