Message ID | 20240205130048.282087-1-liuhangbin@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | selftests: bonding: use slowwait when waiting | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 5 Feb 2024 21:00:44 +0800 you wrote: > There are a lot waitings in bonding tests use sleep. Let's replace them with > slowwait(added in the first patch). This could save much test time. e.g. > > bond-break-lacpdu-tx.sh > before: 0m16.346s > after: 0m2.824s > > [...] Here is the summary with links: - [PATCHv5,net-next,1/4] selftests/net/forwarding: add slowwait functions https://git.kernel.org/netdev/net-next/c/c8f4b19d64b9 - [PATCHv5,net-next,2/4] selftests: bonding: use tc filter to check if LACP was sent https://git.kernel.org/netdev/net-next/c/9150820c8830 - [PATCHv5,net-next,3/4] selftests: bonding: reduce garp_test/arp_validate test time https://git.kernel.org/netdev/net-next/c/45bf79bc56c4 - [PATCHv5,net-next,4/4] selftests: bonding: use slowwait instead of hard code sleep https://git.kernel.org/netdev/net-next/c/e1f0da9b90fb You are awesome, thank you!