lkml.org 
[lkml]   [2013]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v3 net-next 2/4] net: remove NET_LL_RX_POLL config menue
Date
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>
---

net/Kconfig | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/net/Kconfig b/net/Kconfig
index e591668..51da839 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


\
 
 \ /
  Last update: 2013-06-13 17:01    [W:0.092 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site