Message ID | 20240304095612.462900-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | selftests: forwarding: Various improvements | expand |
On Mon, 4 Mar 2024 11:56:06 +0200 Ido Schimmel wrote: > 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%. Great stuff! On the debug runner the total runtime for gre-multipath-nh-res goes from 10016 sec (and timeout) to 105sec! The overall runtime for the suite cut from 3h to 1h31min. With 6 extra passes. I'll remove vxlan_bridge_1d.sh from filtered once we merge. Acked-by: Jakub Kicinski <kuba@kernel.org> Thank you!
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 4 Mar 2024 11:56:06 +0200 you wrote: > 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%. > > [...] Here is the summary with links: - [net-next,1/6] selftests: forwarding: Remove IPv6 L3 multipath hash tests https://git.kernel.org/netdev/net-next/c/7b2d64f93319 - [net-next,2/6] selftests: forwarding: Parametrize mausezahn delay https://git.kernel.org/netdev/net-next/c/748d27447daa - [net-next,3/6] selftests: forwarding: Make tc-police pass on debug kernels https://git.kernel.org/netdev/net-next/c/4aca9eae6f7b - [net-next,4/6] selftests: forwarding: Make vxlan-bridge-1q pass on debug kernels https://git.kernel.org/netdev/net-next/c/dfbab74044be - [net-next,5/6] selftests: forwarding: Make VXLAN ECN encap tests more robust https://git.kernel.org/netdev/net-next/c/f0008b04977a - [net-next,6/6] selftests: forwarding: Make {, ip6}gre-inner-v6-multipath tests more robust https://git.kernel.org/netdev/net-next/c/35df2ce896dc You are awesome, thank you!