OSDN Git Service

selftests: mptcp: ADD_ADDR echo test with missing userspace daemon
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Mon, 2 May 2022 20:52:32 +0000 (13:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 May 2022 23:54:54 +0000 (16:54 -0700)
commitb3b71bf915210969ef4807e39c8f037c40a05e76
tree70d3ffc9d709e150c1b1118763fefa158fd69439
parent4d25247d3ae486e6e4c59394487fd01523628234
selftests: mptcp: ADD_ADDR echo test with missing userspace daemon

Check userspace PM behavior to ensure ADD_ADDR echoes are only sent when
there is an active userspace daemon. If the daemon is restarting or
hasn't loaded yet, the missing echo will cause the peer to retransmit
the ADD_ADDR - and hopefully the daemon will be ready to receive it at
that later time.

Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_join.sh