From: Eliezer Tamir Date: Fri, 14 Jun 2013 13:33:46 +0000 (+0300) Subject: net: remove NET_LL_RX_POLL config menue X-Git-Tag: v3.11-rc1~16^2~75 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=89bf1b5a683df497c572c4d3bd3f9c9aa919d773;p=~andy%2Flinux 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 Signed-off-by: David S. Miller --- diff --git a/net/Kconfig b/net/Kconfig index e591668fb38..51da8394384 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