MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH mptcp-next v5 0/5] mptcp: improve subflow creation on errors
@ 2021-12-09 17:30 Paolo Abeni
  2021-12-09 17:30 ` [PATCH mptcp-next v5 1/5] mptcp: fix per socket endpoint accounting Paolo Abeni
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Paolo Abeni @ 2021-12-09 17:30 UTC (permalink / raw)
  To: mptcp

This iteration adds tracking for the endpoint used by the MPC subflow,
updated the self-tests accordingly (1 signal tests-case is affected)
and introduces a new test case for the relevant scenario.

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:
- each endpoint is used only once per connection (patch 2/4)
- on failure we try to move to the next subflow, if any
  (patch 3/4)

The first patch is minor cleanup, and the last patch adds
specific self-tests.

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

Paolo Abeni (5):
  mptcp: fix per socket endpoint accounting.
  mptcp: clean-up MPJ option writing.
  mptcp: keep track of local endpoint still available for each msk
  mptcp: do not block subflows creation on errors
  selftests: mptcp: add tests for subflow creation failure

 net/mptcp/options.c                           |  65 +++++---
 net/mptcp/pm.c                                |  24 ++-
 net/mptcp/pm_netlink.c                        | 142 +++++++++++-------
 net/mptcp/protocol.c                          |   9 +-
 net/mptcp/protocol.h                          |  16 +-
 net/mptcp/subflow.c                           |   5 +-
 tools/testing/selftests/net/mptcp/config      |   1 +
 .../testing/selftests/net/mptcp/mptcp_join.sh |  79 +++++++++-
 8 files changed, 254 insertions(+), 87 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2021-12-14 15:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09 17:30 [PATCH mptcp-next v5 0/5] mptcp: improve subflow creation on errors Paolo Abeni
2021-12-09 17:30 ` [PATCH mptcp-next v5 1/5] mptcp: fix per socket endpoint accounting Paolo Abeni
2021-12-09 17:30 ` [PATCH mptcp-next v5 2/5] mptcp: clean-up MPJ option writing Paolo Abeni
2021-12-09 17:30 ` [PATCH mptcp-next v5 3/5] mptcp: keep track of local endpoint still available for each msk Paolo Abeni
2021-12-09 17:30 ` [PATCH mptcp-next v5 4/5] mptcp: do not block subflows creation on errors Paolo Abeni
2021-12-13 23:10   ` Mat Martineau
2021-12-14 15:37     ` Paolo Abeni
2021-12-09 17:30 ` [PATCH mptcp-next v5 5/5] selftests: mptcp: add tests for subflow creation failure Paolo Abeni
2021-12-13 23:12   ` Mat Martineau
2021-12-14 11:56     ` Paolo Abeni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox