From bebec647c3d04f42d471d4aed1a3b98bf82732b8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 27 Dec 2022 17:25:53 +0100 Subject: qos: T2721: set fq-codel as default leaf qdisc for shaper Set fq-codel as the default queuing discipline for the shaper traffic-policy if queue-type has not been configured. fq-codel has been the default qdisc for OpenWRT as well as systemd (and thus various linux distributions) for a decent while now. It has proven itself to be a highly effective qdisc for fighting bufferbloat whilst maintaining high link utilization. The combination of HTB + fq-codel has also seen wide deployment in cases when additional traffic classification and/or rate/burst management is required. This change will allow the configuration of a shaper traffic-policy with suitable defaults, saving the pain of having to specify fq-codel as a queue-type for every class. --- interface-definitions/qos.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in index c243ad8fe..36190949e 100644 --- a/interface-definitions/qos.xml.in +++ b/interface-definitions/qos.xml.in @@ -684,7 +684,7 @@ #include #include - fair-queue + fq-codel #include #include @@ -746,7 +746,7 @@ #include #include - fair-queue + fq-codel #include #include -- cgit v1.2.3