]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'L4S-style-ce_threshold_ect1-marking'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Oct 2021 10:33:09 +0000 (11:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Oct 2021 10:33:09 +0000 (11:33 +0100)
commit87e366988824023ca9a547a92864fa2fca29a4cf
tree7cbd2d668e45099e5eb4943bef211c211e8f9749
parent234604f4de0d0b59fd5cffb33c76b33432c2a17f
parent62188fa2fb0c940c87341aae13a5e4153cf86563
Merge branch 'L4S-style-ce_threshold_ect1-marking'

Eric Dumazet says:

====================
net/sched: implement L4S style ce_threshold_ect1 marking

As suggested by Ingemar Johansson, Neal Cardwell, and others, fq_codel can be used
for Low Latency, Low Loss, Scalable Throughput (L4S) with a small change.

In ce_threshold_ect1 mode, only ECT(1) packets can be marked to CE if
their sojourn time is above the threshold.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>