[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241021221248.60378-1-chia-yu.chang@nokia-bell-labs.com>
Date: Tue, 22 Oct 2024 00:12:47 +0200
From: chia-yu.chang@...ia-bell-labs.com
To: netdev@...r.kernel.org, davem@...emloft.net, stephen@...workplumber.org,
jhs@...atatu.com, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, dsahern@...nel.org, ij@...nel.org,
ncardwell@...gle.com, koen.de_schepper@...ia-bell-labs.com,
g.white@...leLabs.com, ingemar.s.johansson@...csson.com,
mirja.kuehlewind@...csson.com, cheshire@...le.com, rs.ietf@....at,
Jason_Livingood@...cast.com, vidhi_goel@...le.com
Cc: Chia-Yu Chang <chia-yu.chang@...ia-bell-labs.com>
Subject: [PATCH v4 net-next 0/1] DualPI2 patch
From: Chia-Yu Chang <chia-yu.chang@...ia-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
Powered by blists - more mailing lists