RE: [PATCH v5 net-next 1/1] sched: Add dualpi2 qdisc
From: Chia-Yu Chang (Nokia) <hidden>
Date: 2025-02-25 18:08:02
quoted hunk ↗ jump to hunk
On Sat, 22 Feb 2025 11:07:25 +0100 chia-yu.chang@nokia-bell-labs.com wrote:quoted
From: Koen De Schepper <redacted> DualPI2 provides L4S-type low latency & loss to traffic that uses a scalable congestion controller (e.g. TCP-Prague, DCTCP) without degrading the performance of 'classic' traffic (e.g. Reno, Cubic etc.). It is intended to be the reference implementation of the IETF's DualQ Coupled AQM.Pedro reports that you're missing:diff --git a/tools/testing/selftests/tc-testing/tdc.shb/tools/testing/selftests/tc-testing/tdc.sh index cddff1772..e64e8acb7 100755--- a/tools/testing/selftests/tc-testing/tdc.sh +++ b/tools/testing/selftests/tc-testing/tdc.sh@@ -63,4 +63,5 @@ try_modprobe sch_hfsc try_modprobe sch_hhf try_modprobe sch_htb try_modprobe sch_teql +try_modprobe sch_dualpi2 ./tdc.py -J`nproc` --pw-bot: cr
Hi Kuba, Thanks for the feedback, and I will update this shell script and the self-test file in the next version. BRs, Chia-Yu