Re: making fq_codel default

2016-03-22 Thread Dave Taht
On Tue, Mar 22, 2016 at 3:05 AM, Reinoud Koornstra wrote: > Thanks, that answers my question. Adding this to /etc/sysctl.conf or /etc/sysctl.d/bufferbloat.conf is generally what we do net.core.default_qdisc=fq_codel A lot of us are running ecn by default and put in ecn on also: net.ipv4.tcp_ec

Re: making fq_codel default

2016-03-22 Thread Reinoud Koornstra
Thanks, that answers my question. Ok, so currently Cake didn't make it into the 4.4 kernel yet I noticed. Are there plans to add this or are there still many issues to be worked out? In the mean time I followed some instructions to build the module and iproute2 for cake. sudo tc qdisc add dev wlp

Re: making fq_codel default

2016-03-22 Thread Matthias May
On 22/03/16 10:37, Reinoud Koornstra wrote: Hi Everyone, Everytime I boot I need to set fq_codel for my wireless interface: sudo tc qdisc add dev wlp4s0 root fq_codel I also need to sudo sysctl -w net.core.default_qdisc=fq_codel Is there a good way to have this as the default in the kernel

making fq_codel default

2016-03-22 Thread Reinoud Koornstra
Hi Everyone, Everytime I boot I need to set fq_codel for my wireless interface: sudo tc qdisc add dev wlp4s0 root fq_codel I also need to sudo sysctl -w net.core.default_qdisc=fq_codel Is there a good way to have this as the default in the kernel config instead of pfifo? Also, are there plans