]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: mptcp: join: allow more time to send ADD_ADDR
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Sun, 7 Sep 2025 15:32:44 +0000 (17:32 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 10 Sep 2025 01:57:45 +0000 (18:57 -0700)
commite2cda6343bfe459c3331db5afcd675ab333112dd
tree59f9f5a525252023872ad36ef6851e7b9d9bb0fb
parent63c31d42cf6f443662f167364baf31f1a8e8bb20
selftests: mptcp: join: allow more time to send ADD_ADDR

When many ADD_ADDR need to be sent, it can take some time to send each
of them, and create new subflows. Some CIs seem to occasionally have
issues with these tests, especially with "debug" kernels.

Two subtests will now run for a slightly longer time: the last two where
3 or more ADD_ADDR are sent during the test.

Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250907-net-next-mptcp-add_addr-retrans-adapt-v1-3-824cc805772b@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_join.sh