Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 22 Jul 2025 11:59:09 +0200 you wrote:
From: Chia-Yu Chang chia-yu.chang@nokia-bell-labs.com
Hello,
Please find the DualPI2 patch v26.
This patch serise adds DualPI Improved with a Square (DualPI2) with following features:
- Supports congestion controls that comply with the Prague requirements in RFC9331 (e.g. TCP-Prague)
- Coupled dual-queue that separates the L4S traffic in a low latency queue (L-queue), without harming remaining traffic that is scheduled in classic queue (C-queue) due to congestion-coupling using PI2 as defined in RFC9332
- Configurable overload strategies
- Use of sojourn time to reliably estimate queue delay
- Supports ECN L4S-identifier (IP.ECN==0b*1) to classify traffic into respective queues
[...]
Here is the summary with links: - [v26,net-next,1/6] sched: Struct definition and parsing of dualpi2 qdisc https://git.kernel.org/netdev/net-next/c/320d031ad6e4 - [v26,net-next,2/6] sched: Dump configuration and statistics of dualpi2 qdisc https://git.kernel.org/netdev/net-next/c/d4de8bffbef4 - [v26,net-next,3/6] sched: Add enqueue/dequeue of dualpi2 qdisc https://git.kernel.org/netdev/net-next/c/8f9516daedd6 - [v26,net-next,4/6] selftests/tc-testing: Fix warning and style check on tdc.sh https://git.kernel.org/netdev/net-next/c/51217c659e74 - [v26,net-next,5/6] selftests/tc-testing: Add selftests for qdisc DualPI2 https://git.kernel.org/netdev/net-next/c/032f0e9e15a4 - [v26,net-next,6/6] Documentation: netlink: specs: tc: Add DualPI2 specification https://git.kernel.org/netdev/net-next/c/68db0ff2f76a
You are awesome, thank you!