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>
Showing
- include/net/codel.h 2 additions, 0 deletionsinclude/net/codel.h
- include/net/codel_impl.h 15 additions, 3 deletionsinclude/net/codel_impl.h
- include/net/inet_ecn.h 17 additions, 0 deletionsinclude/net/inet_ecn.h
- include/uapi/linux/pkt_sched.h 1 addition, 0 deletionsinclude/uapi/linux/pkt_sched.h
- net/mac80211/sta_info.c 1 addition, 0 deletionsnet/mac80211/sta_info.c
- net/sched/sch_fq_codel.c 11 additions, 4 deletionsnet/sched/sch_fq_codel.c
Please register or sign in to comment