]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commitf3fafbcbe873cb4bf45d62623bf39897ab5f46b4
tree7cbd2d668e45099e5eb4943bef211c211e8f9749
parent19757cebf0c5016a1f36f7fe9810a9f0b33c0832
parente72aeb9ee0e34c57dc90793d0bf82cab9624d64e
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>