netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] selftests: net: a few fixes
@ 2024-01-24 21:33 Paolo Abeni
  2024-01-24 21:33 ` [PATCH net 1/3] selftests: net: remove dependency on ebpf tests Paolo Abeni
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Paolo Abeni @ 2024-01-24 21:33 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Shuah Khan,
	Willem de Bruijn, Lucas Karpinski, linux-kselftest

This series address self-tests failures for udp gro-related tests.

The first patch addresses the main problem I observe locally - the XDP
program required by such tests, xdp_dummy, is currently build in the
ebpf self-tests directory, not available if/when the user targets net
only. Arguably is more a refactor than a fix, but still targeting net
to hopefully 

The second patch fixes the integration of such tests with the build
system.

Patch 3/3 fixes sporadic failures due to races.

Tested with:

make -C tools/testing/selftests/ TARGETS=net install
./tools/testing/selftests/kselftest_install/run_kselftest.sh \
	-t "net:udpgro_bench.sh net:udpgro.sh net:udpgro_fwd.sh \
	    net:udpgro_frglist.sh net:veth.sh"

no failures.

Paolo Abeni (3):
  selftests: net: remove dependency on ebpf tests
  selftests: net: included needed helper in the install targets
  selftests: net: explicitly wait for listener ready

 tools/testing/selftests/net/Makefile          |  6 ++++--
 tools/testing/selftests/net/udpgro.sh         |  4 ++--
 tools/testing/selftests/net/udpgro_bench.sh   |  4 ++--
 tools/testing/selftests/net/udpgro_frglist.sh |  6 +++---
 tools/testing/selftests/net/udpgro_fwd.sh     |  8 +++++---
 tools/testing/selftests/net/veth.sh           |  4 ++--
 tools/testing/selftests/net/xdp_dummy.c       | 13 +++++++++++++
 7 files changed, 31 insertions(+), 14 deletions(-)
 create mode 100644 tools/testing/selftests/net/xdp_dummy.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-01-26  0:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 21:33 [PATCH net 0/3] selftests: net: a few fixes Paolo Abeni
2024-01-24 21:33 ` [PATCH net 1/3] selftests: net: remove dependency on ebpf tests Paolo Abeni
2024-01-25  1:10   ` Willem de Bruijn
2024-01-25  7:32     ` Paolo Abeni
2024-01-25 14:27       ` Willem de Bruijn
2024-01-25 15:19         ` Paolo Abeni
2024-01-25 15:38           ` Willem de Bruijn
2024-01-24 21:33 ` [PATCH net 2/3] selftests: net: included needed helper in the install targets Paolo Abeni
2024-01-25  1:14   ` Willem de Bruijn
2024-01-24 21:33 ` [PATCH net 3/3] selftests: net: explicitly wait for listener ready Paolo Abeni
2024-01-25  1:15   ` Willem de Bruijn
2024-01-25  1:45 ` [PATCH net 0/3] selftests: net: a few fixes Jakub Kicinski
2024-01-26  0:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).