mbox series

[iproute2-next,0/1] DualPI2 iprtoue2 patch

Message ID 20241021221559.60411-1-chia-yu.chang@nokia-bell-labs.com (mailing list archive)
Headers show
Series DualPI2 iprtoue2 patch | expand

Message

Chia-Yu Chang (Nokia) Oct. 21, 2024, 10:15 p.m. UTC
From: Chia-Yu Chang <chia-yu.chang@nokia-bell-labs.com>

Hello,

Please find the updated patch for DualPI2 for iproute2
(IETF RFC9332 https://datatracker.ietf.org/doc/html/rfc9332).

--
Chia-Yu

Olga Albisser (1):
  tc: add dualpi2 scheduler module

 bash-completion/tc             |   9 +-
 include/uapi/linux/pkt_sched.h |  34 +++
 man/man8/tc-dualpi2.8          | 237 +++++++++++++++++
 tc/Makefile                    |   1 +
 tc/q_dualpi2.c                 | 470 +++++++++++++++++++++++++++++++++
 5 files changed, 750 insertions(+), 1 deletion(-)
 create mode 100644 man/man8/tc-dualpi2.8
 create mode 100644 tc/q_dualpi2.c