commit | f3fafbcbe873cb4bf45d62623bf39897ab5f46b4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Oct 15 11:33:09 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 15 11:33:09 2021 +0100 |
tree | 7cbd2d668e45099e5eb4943bef211c211e8f9749 | |
parent | 19757cebf0c5016a1f36f7fe9810a9f0b33c0832 [diff] | |
parent | e72aeb9ee0e34c57dc90793d0bf82cab9624d64e [diff] |
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>