On Thu, 20 Nov 2025 11:58:54 +0200 Carolina Jubran wrote:
> diff --git a/tools/testing/selftests/drivers/net/hw/Makefile b/tools/testing/selftests/drivers/net/hw/Makefile
> index 8133d1a0051c..2f53eaa929b7 100644
> --- a/tools/testing/selftests/drivers/net/hw/Makefile
> +++ b/tools/testing/selftests/drivers/net/hw/Makefile
> @@ -23,6 +23,7 @@ TEST_PROGS = \
> rss_input_xfrm.py \
> tso.py \
> xsk_reconfig.py \
> + devlink_rate_tc_bw.py \
> #
These need to be added in the right spot, we wanted them sorted.
Otherwise everyone tries to add at the end and there's a lot of
easily avoidable conflicts.