Skip to content

Commit 5ae3bcc

Browse files
committed
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: 4d13c6c ("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 parent 53d2060 commit 5ae3bcc

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/drivers/net/hw

1 file changed

+1
-0
lines changed

tools/testing/selftests/drivers/net/hw/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ TEST_PROGS = \
1616
irq.py \
1717
loopback.sh \
1818
pp_alloc_fail.py \
19+
rss_api.py \
1920
rss_ctx.py \
2021
rss_input_xfrm.py \
2122
tso.py \

0 commit comments

Comments
 (0)