All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net v2 0/2] mptcp: pm: in-kernel: usable client side with C-flag
@ 2025-09-16 11:01 Matthieu Baerts (NGI0)
  2025-09-16 11:01 ` [PATCH mptcp-net v2 1/2] " Matthieu Baerts (NGI0)
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-09-16 11:01 UTC (permalink / raw)
  To: MPTCP Upstream; +Cc: Matthieu Baerts (NGI0)

When servers set the C-flag in their MP_CAPABLE to tell clients not to
create subflows to the initial address and port, clients will likely not
use their other endpoints. That's because the in-kernel path-manager
uses the 'subflow' endpoints to create subflows only to the initial
address and port.

The first patch fixes that, and the second one validates it.

More details: https://github.com/multipath-tcp/mptcp_net-next/issues/536

Please see the comment in the first patch, and don't hesitate to reply :)

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Changes in v2:
- patch 1: move cond to new helper (Geliang) + rename var, squash comm.
- patch 2: move accidental .c modif to the parent commit (Geliang)
- Link to v1: https://lore.kernel.org/r/20250915-pm-c-flag-client-default-v1-0-6bb241e4d991@kernel.org

---
Matthieu Baerts (NGI0) (2):
      mptcp: pm: in-kernel: usable client side with C-flag
      selftests: mptcp: join: validate C-flag + def limit

 net/mptcp/pm.c                                  |  7 +++--
 net/mptcp/pm_kernel.c                           | 37 +++++++++++++++++++++++++
 net/mptcp/protocol.h                            |  7 +++++
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 11 ++++++++
 4 files changed, 60 insertions(+), 2 deletions(-)
---
base-commit: 01d3ba86f43b6fe8e91cfd00ba178d6997095a04
change-id: 20250912-pm-c-flag-client-default-f676d8acfdc7

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


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

end of thread, other threads:[~2025-09-19 10:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 11:01 [PATCH mptcp-net v2 0/2] mptcp: pm: in-kernel: usable client side with C-flag Matthieu Baerts (NGI0)
2025-09-16 11:01 ` [PATCH mptcp-net v2 1/2] " Matthieu Baerts (NGI0)
2025-09-18 16:29   ` Matthieu Baerts
2025-09-19  3:01   ` Geliang Tang
2025-09-19  8:17     ` Matthieu Baerts
2025-09-19 10:14       ` Geliang Tang
2025-09-16 11:01 ` [PATCH mptcp-net v2 2/2] selftests: mptcp: join: validate C-flag + def limit Matthieu Baerts (NGI0)
2025-09-16 13:01 ` [PATCH mptcp-net v2 0/2] mptcp: pm: in-kernel: usable client side with C-flag MPTCP CI
2025-09-19 10:15 ` Geliang Tang
2025-09-19 10:47   ` Matthieu Baerts
2025-09-19 10:50     ` Matthieu Baerts

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.