diff options
-rw-r--r-- | net/Kconfig | 11 |
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 | |||
244 | a per-interface basis | 244 | a per-interface basis |
245 | 245 | ||
246 | config NET_LL_RX_POLL | 246 | config NET_LL_RX_POLL |
247 | bool "Low Latency Receive Poll" | 247 | boolean |
248 | default n | 248 | default y |
249 | ---help--- | ||
250 | Support Low Latency Receive Queue Poll. | ||
251 | (For network card drivers which support this option.) | ||
252 | When waiting for data in read or poll call directly into the the device driver | ||
253 | to flush packets which may be pending on the device queues into the stack. | ||
254 | |||
255 | If unsure, say N. | ||
256 | 249 | ||
257 | config BQL | 250 | config BQL |
258 | boolean | 251 | boolean |