From: Michael Tremer Date: Thu, 28 Feb 2019 18:53:22 +0000 (+0000) Subject: sysctl.conf: Revert enabling busy loop waiting on sockets X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=e37e796206b575d87d652c5c68a96296dbbb8543;hp=21eead8d171c73ce0baa96f1ed8ab0176cff25de sysctl.conf: Revert enabling busy loop waiting on sockets This causes the firmware in my ath10k module to crash. Signed-off-by: Michael Tremer --- diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 7751bfd8a6..9a943fffa8 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -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 -# 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