All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v4 0/9] BPF path manager, part 6
@ 2025-03-24  8:19 Geliang Tang
  2025-03-24  8:19 ` [PATCH mptcp-next v4 1/9] Squash to "mptcp: pm: add get_local_id() interface" Geliang Tang
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Geliang Tang @ 2025-03-24  8:19 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

From: Geliang Tang <tanggeliang@kylinos.cn>

v4:
 - address Matt's comments in v3.
 - update pm locks in mptcp_pm_worker.
 - move the lock inside mptcp_pm_create_subflow_or_signal_addr.
 - move the lock inside mptcp_pm_nl_add_addr_received.
 - invoke add_addr_received interface from mptcp_pm_worker.
 - invoke rm_addr_received interface from mptcp_pm_rm_addr_or_subflow.
 - simply call mptcp_pm_close_subflow() in mptcp_pm_subflow_check_next.

v3:
 - merge 'bugfixes for "BPF path manager, part 6, v2"' into this set.
 - https://patchwork.kernel.org/project/mptcp/cover/cover.1742521397.git.tanggeliang@kylinos.cn/

v2:
 - address Matt's comments in v1.
 - add add_addr_received and rm_addr_received interfaces.
 - drop subflow_check_next interface.
 - add a "required" or "optional" comment for a group of interfaces in
   struct mptcp_pm_ops.

v1:
- https://patchwork.kernel.org/project/mptcp/cover/cover.1741685260.git.tanggeliang@kylinos.cn/

New interfaces for struct mptcp_pm_ops.

Geliang Tang (9):
  Squash to "mptcp: pm: add get_local_id() interface"
  mptcp: pm: add established interfaces
  mptcp: pm: drop is_userspace in subflow_check_next
  mptcp: pm: drop redundant MPTCP_MIB_ADDADDRDROP
  mptcp: pm: add add_addr_received() interface
  mptcp: pm: add rm_addr_received() interface
  mptcp: pm: add add_addr_echo() interface
  mptcp: pm: add accept_new_subflow() interface
  mptcp: pm: add allow_new_subflow() interface

 include/net/mptcp.h      |  15 ++++++
 net/mptcp/pm.c           | 114 ++++++++++++++++++---------------------
 net/mptcp/pm_kernel.c    |  91 +++++++++++++++++++++----------
 net/mptcp/pm_userspace.c |  13 +++++
 net/mptcp/protocol.h     |   3 +-
 net/mptcp/subflow.c      |   4 +-
 6 files changed, 148 insertions(+), 92 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-03-24 11:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24  8:19 [PATCH mptcp-next v4 0/9] BPF path manager, part 6 Geliang Tang
2025-03-24  8:19 ` [PATCH mptcp-next v4 1/9] Squash to "mptcp: pm: add get_local_id() interface" Geliang Tang
2025-03-24  9:27   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 2/9] mptcp: pm: add established interfaces Geliang Tang
2025-03-24 11:01   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 3/9] mptcp: pm: drop is_userspace in subflow_check_next Geliang Tang
2025-03-24 11:01   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 4/9] mptcp: pm: drop redundant MPTCP_MIB_ADDADDRDROP Geliang Tang
2025-03-24  8:19 ` [PATCH mptcp-next v4 5/9] mptcp: pm: add add_addr_received() interface Geliang Tang
2025-03-24 11:02   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 6/9] mptcp: pm: add rm_addr_received() interface Geliang Tang
2025-03-24 10:16   ` Geliang Tang
2025-03-24 11:02   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 7/9] mptcp: pm: add add_addr_echo() interface Geliang Tang
2025-03-24 11:02   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 8/9] mptcp: pm: add accept_new_subflow() interface Geliang Tang
2025-03-24 11:02   ` Matthieu Baerts
2025-03-24  8:19 ` [PATCH mptcp-next v4 9/9] mptcp: pm: add allow_new_subflow() interface Geliang Tang
2025-03-24 11:03   ` Matthieu Baerts
2025-03-24  9:28 ` [PATCH mptcp-next v4 0/9] BPF path manager, part 6 MPTCP CI
2025-03-24 10:59 ` 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.