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

Commit 89bf1b5a authored by Eliezer Tamir's avatar Eliezer Tamir Committed by David S. Miller
Browse files

net: remove NET_LL_RX_POLL config menue



Remove NET_LL_RX_POLL from the config menu.
Change default to y.
Busy polling still needs to be enabled at run time.

Signed-off-by: default avatarEliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9a3c71aa
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -244,15 +244,8 @@ config NETPRIO_CGROUP
	  a per-interface basis

config NET_LL_RX_POLL
	bool "Low Latency Receive Poll"
	default n
	---help---
	  Support Low Latency Receive Queue Poll.
	  (For network card drivers which support this option.)
	  When waiting for data in read or poll call directly into the the device driver
	  to flush packets which may be pending on the device queues into the stack.

	  If unsure, say N.
	boolean
	default y

config BQL
	boolean