]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1f34c6792385a163a601865251065674a7a83e7
tree70d3ffc9d709e150c1b1118763fefa158fd69439
parent7fd60c53591bca6420de0373b49b945ed609ed5c
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