]> 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)
commit2e8689f6738c86e4726b6a69b31d6c3cc1677b7c
tree70d3ffc9d709e150c1b1118763fefa158fd69439
parentb8655c00432c1481a7fcbba039ddc6663b497d1f
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