Skip to content

Commit

Permalink
net: remove NET_LL_RX_POLL config menue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eliezer Tamir authored and David S. Miller committed Jun 17, 2013
1 parent 9a3c71a commit 89bf1b5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89bf1b5

Please sign in to comment.