]> git.ipfire.org Git - ipfire-2.x.git/commit
AQM: Revert back to only use fq_codel by default
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 18:13:19 +0000 (19:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 18:13:19 +0000 (19:13 +0100)
commit58846b68b47c43470134d700d00b1ea90b795325
treed82ff8b622f88e43e8f6310f160ba447bd2275e0
parentbd4e688e648dfd58392968b0a261133e62e581f7
AQM: Revert back to only use fq_codel by default

We have defaulted to CAKE for all devices that quality. That has however
resulted in worse network quality as some devices could not provide the
compute power necessary for CAKE. There are however only very few
benefits to run an unconfigured CAKE.

This patch changes this back to fq_codel which is computationally
cheaper and should deliver 99% of the throughput that CAKE does. This is
presumably the better trade-off.

We don't use fq_codel on wireless devices since the kernel is running
this for each client. It would have been nice to only apply this to
wireless interfaces in AP mode, but I cannot find a way to tell the
difference with asking NETLINK.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/udev/network-aqm