[PATCH mptcp-next 0/3] add mp_fail testcases

Geliang Tang posted 3 patches 2 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1643110285.git.geliang.tang@suse.com
Maintainers: "David S. Miller" <davem@davemloft.net>, Mat Martineau <mathew.j.martineau@linux.intel.com>, Matthieu Baerts <matthieu.baerts@tessares.net>, Jakub Kicinski <kuba@kernel.org>, Shuah Khan <shuah@kernel.org>
There is a newer version of this series
net/mptcp/options.c                           |   2 +-
net/mptcp/pm.c                                |   4 +-
net/mptcp/protocol.h                          |  10 +-
net/mptcp/subflow.c                           |   7 +-
tools/testing/selftests/net/mptcp/config      |   5 +
.../testing/selftests/net/mptcp/mptcp_join.sh | 148 +++++++++++++++---
6 files changed, 153 insertions(+), 23 deletions(-)
[PATCH mptcp-next 0/3] add mp_fail testcases
Posted by Geliang Tang 2 years, 3 months ago
The testcases v10 is unstable, it has two issues:

 - send too many infinite maps, the data translation was cease.
 - the infinite map may be lost, it wasn't received.

Add two squash-to patch to fix these issues, and make the testcases more
stable.

Geliang Tang (3):
  Squash to "mptcp: infinite mapping sending"
  Squash to "mptcp: infinite mapping receiving"
  selftests: mptcp: add mp_fail testcases

 net/mptcp/options.c                           |   2 +-
 net/mptcp/pm.c                                |   4 +-
 net/mptcp/protocol.h                          |  10 +-
 net/mptcp/subflow.c                           |   7 +-
 tools/testing/selftests/net/mptcp/config      |   5 +
 .../testing/selftests/net/mptcp/mptcp_join.sh | 148 +++++++++++++++---
 6 files changed, 153 insertions(+), 23 deletions(-)

-- 
2.31.1