All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v2 0/3] MP_FAIL echo and retrans
@ 2022-03-07 13:09 Geliang Tang
  2022-03-07 13:09 ` [PATCH mptcp-next v2 1/3] mptcp: add MP_FAIL response support Geliang Tang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Geliang Tang @ 2022-03-07 13:09 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-09  1:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 13:09 [PATCH mptcp-next v2 0/3] MP_FAIL echo and retrans Geliang Tang
2022-03-07 13:09 ` [PATCH mptcp-next v2 1/3] mptcp: add MP_FAIL response support Geliang Tang
2022-03-07 13:09 ` [PATCH mptcp-next v2 2/3] selftests: mptcp: check MP_FAIL response mibs Geliang Tang
2022-03-07 13:09 ` [PATCH mptcp-next v2 3/3] mptcp: reset the subflow when MP_FAIL is lost Geliang Tang
2022-03-07 14:32   ` mptcp: reset the subflow when MP_FAIL is lost: Tests Results MPTCP CI
2022-03-09  1:02   ` [PATCH mptcp-next v2 3/3] mptcp: reset the subflow when MP_FAIL is lost Mat Martineau
2022-03-09  1:06     ` Mat Martineau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.