]> Pileus Git - ~andy/linux/commitdiff
net: remove NET_LL_RX_POLL config menue
authorEliezer Tamir <eliezer.tamir@linux.intel.com>
Fri, 14 Jun 2013 13:33:46 +0000 (16:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2013 22:48:14 +0000 (15:48 -0700)
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>
net/Kconfig

index e591668fb38fdc369045304aca69de393d3ddac6..51da83943847be9ae8234836daec95f6e72a57d9 100644 (file)
@@ -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