]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
sysctl.conf: Revert enabling busy loop waiting on sockets
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2019 18:53:22 +0000 (18:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2019 18:53:22 +0000 (18:53 +0000)
This causes the firmware in my ath10k module to crash.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/etc/sysctl.conf

index 7751bfd8a6bb18077620affd9636d7960b134f3e..9a943fffa886430d4d45078f19f5b3dbc796bbb6 100644 (file)
@@ -80,9 +80,5 @@ net.ipv4.tcp_rmem = 4096 87380 16777216
 net.ipv4.tcp_wmem = 4096 16384 16777216
 net.ipv4.udp_mem = 3145728 4194304 16777216
 
 net.ipv4.tcp_wmem = 4096 16384 16777216
 net.ipv4.udp_mem = 3145728 4194304 16777216
 
-# Approximate time in us to busy loop waiting for packets on the device queue
-net.core.busy_read=50
-net.core.busy_poll=50
-
 # Enable TCP fast-open
 net.ipv4.tcp_fastopen = 3
 # Enable TCP fast-open
 net.ipv4.tcp_fastopen = 3