All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 mptcp-next 0/5] mptcp: support for MPC prio exchange
@ 2022-07-04  9:14 Paolo Abeni
  2022-07-04  9:14 ` [PATCH v2 mptcp-next 1/5] mptcp: introduce and use mptcp_pm_send_ack() Paolo Abeni
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paolo Abeni @ 2022-07-04  9:14 UTC (permalink / raw)
  To: mptcp

This series introduces the ability to control the MPC subflow for
the in kernel PM.

patch 1 && 2 refactor a bit the endpoint lookup and MP_PRIO generation
code, to simplify the next patch.

patch 3 introduces the new feature quering the backup status of the
endpoint used by the MPC subflow and eventually generating the needed
MP_PRIO option.

Patch 4 is a related cleanup.

v1 -> v2:
  - rebased, and omitted old patch 1 which should go through -net

Paolo Abeni (5):
  mptcp: introduce and use mptcp_pm_send_ack()
  mptcp: address lookup improvements
  mptcp: allow the in kernel PM to set MPC subflow priority
  mptcp: more accurate MPC endpoint tracking
  selftests: mptcp: add MPC backup tests

 net/mptcp/pm_netlink.c                        | 128 ++++++++++--------
 net/mptcp/protocol.c                          |   2 +-
 net/mptcp/protocol.h                          |   2 +-
 .../testing/selftests/net/mptcp/mptcp_join.sh |  30 ++++
 4 files changed, 104 insertions(+), 58 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-07-06 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04  9:14 [PATCH v2 mptcp-next 0/5] mptcp: support for MPC prio exchange Paolo Abeni
2022-07-04  9:14 ` [PATCH v2 mptcp-next 1/5] mptcp: introduce and use mptcp_pm_send_ack() Paolo Abeni
2022-07-04  9:14 ` [PATCH v2 mptcp-next 2/5] mptcp: address lookup improvements Paolo Abeni
2022-07-04  9:14 ` [PATCH v2 mptcp-next 3/5] mptcp: allow the in kernel PM to set MPC subflow priority Paolo Abeni
2022-07-04  9:14 ` [PATCH v2 mptcp-next 4/5] mptcp: more accurate MPC endpoint tracking Paolo Abeni
2022-07-04  9:14 ` [PATCH v2 mptcp-next 5/5] selftests: mptcp: add MPC backup tests Paolo Abeni
2022-07-05 22:57 ` [PATCH v2 mptcp-next 0/5] mptcp: support for MPC prio exchange Mat Martineau
2022-07-06 17:14 ` 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.