aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorEliezer Tamir <eliezer.tamir@linux.intel.com>2013-06-14 16:33:46 +0300
committerDavid S. Miller <davem@davemloft.net>2013-06-17 15:48:14 -0700
commit89bf1b5a683df497c572c4d3bd3f9c9aa919d773 (patch)
tree018d9a9aeb790bb04f96e966c01a2346a5491fff /net/Kconfig
parentnet: convert low latency sockets to sched_clock() (diff)
downloadlinux-dev-89bf1b5a683df497c572c4d3bd3f9c9aa919d773.tar.xz
linux-dev-89bf1b5a683df497c572c4d3bd3f9c9aa919d773.zip
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: Eliezer Tamir <eliezer.tamir@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig11
1 files changed, 2 insertions, 9 deletions
diff --git a/net/Kconfig b/net/Kconfig
index e591668fb38f..51da83943847 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -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