Interestingly, turns out that seemingly systemd is what is (currently) responsible for turning on fq_codel by default. See:-
https://github.com/systemd/systemd/commit/e6c253e363dee77ef7e5c5f44c4ca55cded3fd47 Be nice to then get that suggested into upstream linux as a default and/or procps for 'non-systemd' booting. Also see #1773157 -- ECN really needs to be properly enabled to give the best benefit for congestion with TCP streams present. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1436945 Title: devel: consider fq_codel as the default qdisc for networking Status in linux package in Ubuntu: Fix Released Status in linux package in Debian: New Bug description: This was raised on the kernel-team@ mailing list, we should look at this if other distros are starting to move. === Date: Tue, 24 Mar 2015 10:54:37 -0700 From: Dave Taht <[email protected]> To: Joseph Salisbury <[email protected]> Cc: Kernel Team <[email protected]>, [email protected] Subject: Re: Minutes from the Ubuntu Kernel Team meeting, 2015-03-24 I must confess I had hoped ubuntu would adopt fq_codel as the default qdisc in this go-around. It is still not quite part of fedora´s default either, but is now in arch, (and nearly everyone else downstream from systemd), and has long been the default in openwrt, and at this point, just requires a single sysctl to enable. It certainly could use more widespread testing, perhaps in the next release? d@nuc-client:~$ cat /etc/sysctl.d/10-bufferbloat.conf net.core.default_qdisc=fq_codel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436945/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

