[Bloat] AQM and PPP on Linux
Eric Dumazet
eric.dumazet at gmail.com
Tue Jul 28 10:52:35 EDT 2015
On Tue, 2015-07-28 at 16:44 +0200, Dave Taht wrote:
>
> 4) setting the default qdisc to be fq_codel in the sysctl works on
> most dynamically created devices, but does not work on devices that
> come up at boot time before the sysctls have a chance to run and the
> modprobes to complete. This is why fedora 22, for example, compiled in
> fq_codel statically, rather than dynamically.
It does not matter fq_codel is static or a module.
The thing is : the sysctl itself must be set to fq_codel before any
network device is brought up.
Since this is a user space policy, nothing prevents the script changing
sysctl to first load fq_codel module, then change sysctl.
More information about the Bloat
mailing list