All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: mptcp@lists.linux.dev
Subject: [PATCH v2 mptcp-next 0/5] mptcp: support for MPC prio exchange
Date: Mon,  4 Jul 2022 11:14:31 +0200	[thread overview]
Message-ID: <cover.1656925387.git.pabeni@redhat.com> (raw)

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


             reply	other threads:[~2022-07-04  9:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04  9:14 Paolo Abeni [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1656925387.git.pabeni@redhat.com \
    --to=pabeni@redhat.com \
    --cc=mptcp@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.