mptcp.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [MPTCP][PATCH v3 mptcp-next 0/5] fullmesh path manager support
@ 2021-07-26  4:12 Geliang Tang
  2021-07-26  4:12 ` [MPTCP][PATCH v3 mptcp-next 1/5] mptcp: remote addresses fullmesh Geliang Tang
  0 siblings, 1 reply; 11+ messages in thread
From: Geliang Tang @ 2021-07-26  4:12 UTC (permalink / raw)
  To: mptcp, geliangtang; +Cc: Geliang Tang

From: Geliang Tang <geliangtang@xiaomi.com>

v3:
 - the in-kernel fullmesh path manager has been dropped from this
   patchset, only keep the fullmesh flag support code.

v2:
 - Implement the fullmesh mode as an extension to the netlink PM, not a
   standalone PM as Paolo suggested.
 - drop duplicate code.
 - add a new per endpoint flag MPTCP_PM_ADDR_FLAG_FULLMESH.

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

Geliang Tang (5):
  mptcp: remote addresses fullmesh
  mptcp: local addresses fullmesh
  selftests: mptcp: set and print the fullmesh flag
  selftests: mptcp: add fullmesh testcases
  selftests: mptcp: delete uncontinuous removing ids

 include/uapi/linux/mptcp.h                    |  1 +
 net/mptcp/pm_netlink.c                        | 81 +++++++++++++++++--
 .../testing/selftests/net/mptcp/mptcp_join.sh | 59 +++++++++++---
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c | 11 ++-
 4 files changed, 136 insertions(+), 16 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-07-26  9:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  4:12 [MPTCP][PATCH v3 mptcp-next 0/5] fullmesh path manager support Geliang Tang
2021-07-26  4:12 ` [MPTCP][PATCH v3 mptcp-next 1/5] mptcp: remote addresses fullmesh Geliang Tang
2021-07-26  4:12   ` [MPTCP][PATCH v3 mptcp-next 2/5] mptcp: local " Geliang Tang
2021-07-26  4:12     ` [MPTCP][PATCH v3 mptcp-next 3/5] selftests: mptcp: set and print the fullmesh flag Geliang Tang
2021-07-26  4:12       ` [MPTCP][PATCH v3 mptcp-next 4/5] selftests: mptcp: add fullmesh testcases Geliang Tang
2021-07-26  4:12         ` [MPTCP][PATCH v3 mptcp-next 5/5] selftests: mptcp: delete uncontinuous removing ids Geliang Tang
2021-07-26  8:25       ` [MPTCP][PATCH v3 mptcp-next 3/5] selftests: mptcp: set and print the fullmesh flag Paolo Abeni
2021-07-26  9:21         ` Paolo Abeni
2021-07-26  8:24     ` [MPTCP][PATCH v3 mptcp-next 2/5] mptcp: local addresses fullmesh Paolo Abeni
2021-07-26  8:32       ` Geliang Tang
2021-07-26  9:32         ` Paolo Abeni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).