]> www.infradead.org Git - users/hch/misc.git/commit
selftests: net: use the dummy bpf from net/lib
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Mar 2025 22:23:14 +0000 (15:23 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 31 Mar 2025 23:44:25 +0000 (16:44 -0700)
commitc231e12ecd45fcb34ff3b52d6557d614ba49b699
tree858c4a2a64c172ea9d8e488dfeb0740ed1e2498e
parente514d77334a63f1dcb9a3b47d5aee8f51d66cb1d
selftests: net: use the dummy bpf from net/lib

Commit 29b036be1b0b ("selftests: drv-net: test XDP, HDS auto and
the ioctl path") added an sample XDP_PASS prog in net/lib, so
that we can reuse it in various sub-directories. Delete the old
sample and use the one from the lib in existing tests.

Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250327222315.1098596-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/hw/irq.py
tools/testing/selftests/drivers/net/hw/xdp_dummy.bpf.c [deleted file]
tools/testing/selftests/net/udpgro_bench.sh
tools/testing/selftests/net/udpgro_frglist.sh
tools/testing/selftests/net/udpgro_fwd.sh
tools/testing/selftests/net/veth.sh
tools/testing/selftests/net/xdp_dummy.bpf.c [deleted file]