Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH net-next V3 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
@ 2025-11-30  9:19 Carolina Jubran
  2025-11-30  9:19 ` [PATCH net-next V3 1/6] selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS Carolina Jubran
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Carolina Jubran @ 2025-11-30  9:19 UTC (permalink / raw)
  To: Shuah Khan, Andrew Lunn, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni
  Cc: Gal Pressman, Tariq Toukan, Cosmin Ratiu, Nimrod Oren, Mark Bloch,
	linux-kernel, linux-kselftest, netdev

Hi,

This series fixes issues in the devlink_rate_tc_bw.py selftest and
introduces a new Iperf3Runner that helps with measurement handling.

Thanks,
Carolina

V3:
- Replace generic Exception with specific exception types in load.py.

V2:
- Insert the test in the correct sorted position. 

Carolina Jubran (6):
  selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
  selftests: drv-net: introduce Iperf3Runner for measurement use cases
  selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
  selftests: drv-net: Set shell=True for sysfs writes in
    devlink_rate_tc_bw.py
  selftests: drv-net: Fix and clarify TC bandwidth split in
    devlink_rate_tc_bw.py
  selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py

 .../testing/selftests/drivers/net/hw/Makefile |   1 +
 .../drivers/net/hw/devlink_rate_tc_bw.py      | 174 ++++++++----------
 .../drivers/net/hw/lib/py/__init__.py         |   5 +-
 .../selftests/drivers/net/lib/py/__init__.py  |   5 +-
 .../selftests/drivers/net/lib/py/load.py      |  84 ++++++++-
 5 files changed, 157 insertions(+), 112 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2025-12-02  1:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-30  9:19 [PATCH net-next V3 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py Carolina Jubran
2025-11-30  9:19 ` [PATCH net-next V3 1/6] selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS Carolina Jubran
2025-11-30  9:19 ` [PATCH net-next V3 2/6] selftests: drv-net: introduce Iperf3Runner for measurement use cases Carolina Jubran
2025-11-30  9:19 ` [PATCH net-next V3 3/6] selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py Carolina Jubran
2025-11-30  9:19 ` [PATCH net-next V3 4/6] selftests: drv-net: Set shell=True for sysfs writes " Carolina Jubran
2025-11-30  9:19 ` [PATCH net-next V3 5/6] selftests: drv-net: Fix and clarify TC bandwidth split " Carolina Jubran
2025-11-30  9:19 ` [PATCH net-next V3 6/6] selftests: drv-net: Fix tolerance calculation " Carolina Jubran
2025-12-02  1:20 ` [PATCH net-next V3 0/6] selftests: drv-net: Fix issues " patchwork-bot+netdevbpf

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