]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mptcp: more robust signal race test
authorPaolo Abeni <pabeni@redhat.com>
Fri, 18 Feb 2022 21:35:43 +0000 (13:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:28:00 +0000 (12:28 +0000)
commite8db28423fd3f3d170c7c1318487c8e6c8de8e28
tree9a12ad62d18eb45dd7a57dc52e8ccc626a548b1f
parent3f6bf030bb41abec70e8c58037e90daa77531927
selftests: mptcp: more robust signal race test

The in kernel MPTCP PM implementation can process a single
incoming add address option at any given time. In the
mentioned test the server can surpass such limit. Let the
setup cope with that allowing a faster add_addr retransmission.

Fixes: 50839b6d97c8 ("mptcp: do not block subflows creation on errors")
Fixes: 40b2bf410657 ("mptcp: drop argument port from mptcp_pm_announce_addr")
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/254
Reported-and-tested-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/mptcp_join.sh