Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: drv-net: add rss_api to the Makefile

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>

+1
+1
tools/testing/selftests/drivers/net/hw/Makefile
··· 16 16 irq.py \ 17 17 loopback.sh \ 18 18 pp_alloc_fail.py \ 19 + rss_api.py \ 19 20 rss_ctx.py \ 20 21 rss_input_xfrm.py \ 21 22 tso.py \