netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] selftests: forwarding: Various improvements
@ 2024-03-04  9:56 Ido Schimmel
  2024-03-04  9:56 ` [PATCH net-next 1/6] selftests: forwarding: Remove IPv6 L3 multipath hash tests Ido Schimmel
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ido Schimmel @ 2024-03-04  9:56 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, pabeni, edumazet, petrm, bpoirier, shuah,
	Ido Schimmel

This patchset speeds up the multipath tests (patches #1-#2) and makes
other tests more stable (patches #3-#6) so that they will not randomly
fail in the netdev CI.

On my system, after applying the first two patches, the run time of
gre_multipath_nh_res.sh is reduced by over 90%.

Ido Schimmel (6):
  selftests: forwarding: Remove IPv6 L3 multipath hash tests
  selftests: forwarding: Parametrize mausezahn delay
  selftests: forwarding: Make tc-police pass on debug kernels
  selftests: forwarding: Make vxlan-bridge-1q pass on debug kernels
  selftests: forwarding: Make VXLAN ECN encap tests more robust
  selftests: forwarding: Make {, ip6}gre-inner-v6-multipath tests more
    robust

 .../net/forwarding/custom_multipath_hash.sh   | 16 +++----
 .../net/forwarding/forwarding.config.sample   |  2 +
 .../forwarding/gre_custom_multipath_hash.sh   | 16 +++----
 .../net/forwarding/gre_inner_v4_multipath.sh  |  2 +-
 .../net/forwarding/gre_inner_v6_multipath.sh  |  6 +--
 .../selftests/net/forwarding/gre_multipath.sh |  2 +-
 .../net/forwarding/gre_multipath_nh.sh        | 41 +-----------------
 .../net/forwarding/gre_multipath_nh_res.sh    | 42 +-----------------
 .../ip6gre_custom_multipath_hash.sh           | 16 +++----
 .../forwarding/ip6gre_inner_v4_multipath.sh   |  2 +-
 .../forwarding/ip6gre_inner_v6_multipath.sh   |  6 +--
 .../selftests/net/forwarding/ip6gre_lib.sh    |  4 +-
 tools/testing/selftests/net/forwarding/lib.sh |  1 +
 .../net/forwarding/router_mpath_nh.sh         | 39 ++---------------
 .../net/forwarding/router_mpath_nh_res.sh     |  4 +-
 .../net/forwarding/router_multipath.sh        | 43 ++-----------------
 .../selftests/net/forwarding/tc_police.sh     | 16 +++----
 .../net/forwarding/vxlan_bridge_1d.sh         |  4 +-
 .../net/forwarding/vxlan_bridge_1d_ipv6.sh    |  4 +-
 .../net/forwarding/vxlan_bridge_1q.sh         | 10 ++---
 20 files changed, 67 insertions(+), 209 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-03-05 18:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-04  9:56 [PATCH net-next 0/6] selftests: forwarding: Various improvements Ido Schimmel
2024-03-04  9:56 ` [PATCH net-next 1/6] selftests: forwarding: Remove IPv6 L3 multipath hash tests Ido Schimmel
2024-03-04  9:56 ` [PATCH net-next 2/6] selftests: forwarding: Parametrize mausezahn delay Ido Schimmel
2024-03-04  9:56 ` [PATCH net-next 3/6] selftests: forwarding: Make tc-police pass on debug kernels Ido Schimmel
2024-03-04  9:56 ` [PATCH net-next 4/6] selftests: forwarding: Make vxlan-bridge-1q " Ido Schimmel
2024-03-04  9:56 ` [PATCH net-next 5/6] selftests: forwarding: Make VXLAN ECN encap tests more robust Ido Schimmel
2024-03-04  9:56 ` [PATCH net-next 6/6] selftests: forwarding: Make {, ip6}gre-inner-v6-multipath " Ido Schimmel
2024-03-04 14:43 ` [PATCH net-next 0/6] selftests: forwarding: Various improvements Jakub Kicinski
2024-03-05 18:40 ` 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).