lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241023110434.65194-1-chia-yu.chang@nokia-bell-labs.com>
Date: Wed, 23 Oct 2024 13:04:33 +0200
From: chia-yu.chang@...ia-bell-labs.com
To: netdev@...r.kernel.org, dsahern@...il.com, 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 v2 iproute2-next 0/1] DualPI2 iproute2 patch

From: Chia-Yu Chang <chia-yu.chang@...ia-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

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ