Netdev List
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/1] DualPI2 patch
@ 2024-10-18  2:10 chia-yu.chang
  2024-10-18  2:10 ` [PATCH net-next 1/1] sched: Add dualpi2 qdisc chia-yu.chang
  0 siblings, 1 reply; 6+ messages in thread
From: chia-yu.chang @ 2024-10-18  2:10 UTC (permalink / raw)
  To: netdev, davem, edumazet, kuba, pabeni, dsahern, ij, ncardwell,
	koen.de_schepper, g.white, ingemar.s.johansson, mirja.kuehlewind,
	cheshire, rs.ietf, Jason_Livingood, vidhi_goel
  Cc: Chia-Yu Chang

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

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-26 16:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18  2:10 [PATCH v2 net-next 0/1] DualPI2 patch chia-yu.chang
2024-10-18  2:10 ` [PATCH net-next 1/1] sched: Add dualpi2 qdisc chia-yu.chang
2024-10-18 18:45   ` kernel test robot
2024-10-18 18:45   ` kernel test robot
2024-10-26  0:04   ` Cong Wang
2024-10-26 16:49     ` Chia-Yu Chang (Nokia)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox