[PATCH mptcp-next v2 0/3] MP_FAIL echo and retrans

Geliang Tang posted 3 patches 2 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1646657963.git.geliang.tang@suse.com
Maintainers: Matthieu Baerts <matthieu.baerts@tessares.net>, Mat Martineau <mathew.j.martineau@linux.intel.com>, "David S. Miller" <davem@davemloft.net>, Shuah Khan <shuah@kernel.org>, Jakub Kicinski <kuba@kernel.org>
There is a newer version of this series
net/mptcp/pm.c                                | 14 ++++-
net/mptcp/protocol.c                          | 63 ++++++++++++++++++-
net/mptcp/protocol.h                          |  2 +
net/mptcp/subflow.c                           |  3 +
.../testing/selftests/net/mptcp/mptcp_join.sh | 19 +++++-
5 files changed, 94 insertions(+), 7 deletions(-)
[PATCH mptcp-next v2 0/3] MP_FAIL echo and retrans
Posted by Geliang Tang 2 years, 1 month ago
v2:
 - don't clear mp_fail_response_expect flag.
 - add a helper mp_fail_response_expect_subflow to get the subflow,
   instead of using msk->first.
 - add locks as Mat suggested.
 - add a selftest.

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/261

Geliang Tang (3):
  mptcp: add MP_FAIL response support
  selftests: mptcp: check MP_FAIL response mibs
  mptcp: reset the subflow when MP_FAIL is lost

 net/mptcp/pm.c                                | 14 ++++-
 net/mptcp/protocol.c                          | 63 ++++++++++++++++++-
 net/mptcp/protocol.h                          |  2 +
 net/mptcp/subflow.c                           |  3 +
 .../testing/selftests/net/mptcp/mptcp_join.sh | 19 +++++-
 5 files changed, 94 insertions(+), 7 deletions(-)

-- 
2.34.1