All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/6] mptcp: support for MPC prio exchange
@ 2022-07-01 10:05 Paolo Abeni
  2022-07-01 10:05 ` [PATCH mptcp-next 1/6] mptcp: fix local endpoint acconting Paolo Abeni
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Paolo Abeni @ 2022-07-01 10:05 UTC (permalink / raw)
  To: mptcp

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

Patch 1 and 5 are actually a related bugfixes.

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

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

changes vs RFC:
 - rebased on top of Mats' patches
 - added patch 3/6 clarifying the endpoint id lookup semanthic
 - added self-tests (patch 6/6)

Paolo Abeni (6):
  mptcp: fix local endpoint acconting.
  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                        | 129 ++++++++++--------
 net/mptcp/protocol.c                          |   2 +-
 net/mptcp/protocol.h                          |   2 +-
 .../testing/selftests/net/mptcp/mptcp_join.sh |  30 ++++
 4 files changed, 105 insertions(+), 58 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-07-04 16:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 10:05 [PATCH mptcp-next 0/6] mptcp: support for MPC prio exchange Paolo Abeni
2022-07-01 10:05 ` [PATCH mptcp-next 1/6] mptcp: fix local endpoint acconting Paolo Abeni
2022-07-02  0:04   ` Mat Martineau
2022-07-04  8:02     ` Paolo Abeni
2022-07-04 16:09       ` Matthieu Baerts
2022-07-01 10:05 ` [PATCH mptcp-next 2/6] mptcp: introduce and use mptcp_pm_send_ack() Paolo Abeni
2022-07-02  0:13   ` Mat Martineau
2022-07-04  8:06     ` Paolo Abeni
2022-07-01 10:05 ` [PATCH mptcp-next 3/6] mptcp: address lookup improvements Paolo Abeni
2022-07-01 10:05 ` [PATCH mptcp-next 4/6] mptcp: allow the in kernel PM to set MPC subflow priority Paolo Abeni
2022-07-01 10:05 ` [PATCH mptcp-next 5/6] mptcp: more accurate MPC endpoint tracking Paolo Abeni
2022-07-01 10:05 ` [PATCH mptcp-next 6/6] selftests: mptcp: add MPC backup tests Paolo Abeni

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.