All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/3] mptcp: improve subflow creation on errors
@ 2021-11-23 16:37 Paolo Abeni
  2021-11-23 16:37 ` [PATCH mptcp-next 1/3] mptcp: clean-up MPJ option writing Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Paolo Abeni @ 2021-11-23 16:37 UTC (permalink / raw)
  To: mptcp; +Cc: Phil Greenland

Currently when a subflow connection fails - either the TCP
connection is reset by the peer, or the MPJ handshake never
completes - the in kernel PM don't perform any further action.
Notably no additional subflow creation is attempted.

This series is aimed at improving the in-kernel path manager
behavior in the above scenario: on failure we try to move
to the next subflow, if any.

The first patch is minor cleanup, the feature is implemented
by patch 2/3. The last patch adds a specific self-tests.

This should possibly address/close:
https://github.com/multipath-tcp/mptcp_net-next/issues/235
https://github.com/multipath-tcp/mptcp_net-next/issues/242

@Phil: could you please have a spin in your testbed and
see if this is enough to fit you?

Paolo Abeni (3):
  mptcp: clean-up MPJ option writing.
  mptcp: do not block subflows creation on errors
  selftests: mptcp: add tests for subflow creation failure

 net/mptcp/options.c                           | 63 ++++++++++++-------
 net/mptcp/protocol.h                          |  1 +
 net/mptcp/subflow.c                           | 12 +++-
 .../testing/selftests/net/mptcp/mptcp_join.sh | 10 +++
 4 files changed, 61 insertions(+), 25 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2021-11-24 16:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-23 16:37 [PATCH mptcp-next 0/3] mptcp: improve subflow creation on errors Paolo Abeni
2021-11-23 16:37 ` [PATCH mptcp-next 1/3] mptcp: clean-up MPJ option writing Paolo Abeni
2021-11-24  9:52   ` Matthieu Baerts
2021-11-23 16:37 ` [PATCH mptcp-next 2/3] mptcp: do not block subflows creation on errors Paolo Abeni
2021-11-24  9:55   ` Matthieu Baerts
2021-11-24 10:09     ` Paolo Abeni
2021-11-24 12:23       ` Matthieu Baerts
2021-11-24 16:31         ` Paolo Abeni
2021-11-23 16:37 ` [PATCH mptcp-next 3/3] selftests: mptcp: add tests for subflow creation failure Paolo Abeni
2021-11-24  9:56   ` Matthieu Baerts
2021-11-24 10:10     ` Paolo Abeni
2021-11-23 18:48 ` [PATCH mptcp-next 0/3] mptcp: improve subflow creation on errors Paolo Abeni

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.