mbox series

[v2,net-next,0/1] DualPI2 patch

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

Message

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

Hello,

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

Koen De Schepper (1):
  sched: Add dualpi2 qdisc

 Documentation/netlink/specs/tc.yaml |  108 +++
 include/linux/netdevice.h           |    1 +
 include/uapi/linux/pkt_sched.h      |   34 +
 net/sched/Kconfig                   |   20 +
 net/sched/Makefile                  |    1 +
 net/sched/sch_dualpi2.c             | 1045 +++++++++++++++++++++++++++
 6 files changed, 1209 insertions(+)
 create mode 100644 net/sched/sch_dualpi2.c