mbox series

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

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

Message

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

Hello,

Specific changes in this version
- Rename get_float in dualpi2 to get_float_min_max in utils.c 
- Move get_float from iplink_can.c in utils.c
- Add print function for JSON of dualpi2

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 +++
 include/utils.h                |   2 +
 ip/iplink_can.c                |  14 -
 lib/utils.c                    |  30 +++
 man/man8/tc-dualpi2.8          | 237 +++++++++++++++++
 tc/Makefile                    |   1 +
 tc/q_dualpi2.c                 | 473 +++++++++++++++++++++++++++++++++
 8 files changed, 785 insertions(+), 15 deletions(-)
 create mode 100644 man/man8/tc-dualpi2.8
 create mode 100644 tc/q_dualpi2.c