lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240304095612.462900-1-idosch@nvidia.com>
Date: Mon, 4 Mar 2024 11:56:06 +0200
From: Ido Schimmel <idosch@...dia.com>
To: <netdev@...r.kernel.org>
CC: <davem@...emloft.net>, <kuba@...nel.org>, <pabeni@...hat.com>,
	<edumazet@...gle.com>, <petrm@...dia.com>, <bpoirier@...dia.com>,
	<shuah@...nel.org>, Ido Schimmel <idosch@...dia.com>
Subject: [PATCH net-next 0/6] selftests: forwarding: Various improvements

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ