]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftests: drv-net: add rss_api to the Makefile
authorJakub Kicinski <kuba@kernel.org>
Sat, 12 Jul 2025 01:20:05 +0000 (18:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Jul 2025 00:16:44 +0000 (17:16 -0700)
I missed adding rss_api.py to the Makefile. The NIPA Makefile
checking script was scanning for shell scripts only, so it
didn't flag it either.

Fixes: 4d13c6c449af ("selftests: drv-net: test RSS Netlink notifications")
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250712012005.4010263-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/hw/Makefile

index df2c047ffa90c33520cc068037cc6ab784ef8430..fdc97355588c74926611ceef496b575e353c4070 100644 (file)
@@ -16,6 +16,7 @@ TEST_PROGS = \
        irq.py \
        loopback.sh \
        pp_alloc_fail.py \
+       rss_api.py \
        rss_ctx.py \
        rss_input_xfrm.py \
        tso.py \