All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 net-next 0/1] DualPI2 patch
@ 2024-10-21 22:12 chia-yu.chang
  2024-10-21 22:12 ` [PATCH v4 net-next 1/1] sched: Add dualpi2 qdisc chia-yu.chang
  2024-10-24 17:25 ` [PATCH v4 net-next 0/1] DualPI2 patch Jamal Hadi Salim
  0 siblings, 2 replies; 14+ messages in thread
From: chia-yu.chang @ 2024-10-21 22:12 UTC (permalink / raw)
  To: netdev, davem, stephen, jhs, 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,

Specific changes in this version
- Make succinct stateent in Kconfig for DualPI2
- Put a blank line after each #define
- Fix line length warning

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

--
Chia-Yu

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

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

-- 
2.34.1


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

end of thread, other threads:[~2024-10-31 17:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 22:12 [PATCH v4 net-next 0/1] DualPI2 patch chia-yu.chang
2024-10-21 22:12 ` [PATCH v4 net-next 1/1] sched: Add dualpi2 qdisc chia-yu.chang
2024-10-26 18:57   ` Dave Taht
2024-10-28 18:37     ` Koen De Schepper (Nokia)
2024-10-29 12:56   ` Paolo Abeni
2024-10-29 15:27     ` Chia-Yu Chang (Nokia)
2024-10-29 16:08       ` Paolo Abeni
2024-10-29 16:53     ` Eric Dumazet
2024-10-31 13:27       ` Neal Cardwell
2024-10-31 14:30         ` Eric Dumazet
2024-10-31 16:45           ` Koen De Schepper (Nokia)
2024-10-31 17:27             ` Dave Taht
2024-10-24 17:25 ` [PATCH v4 net-next 0/1] DualPI2 patch Jamal Hadi Salim
2024-10-26 16:52   ` Chia-Yu Chang (Nokia)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.