[PATCH RFC 0/4] mptcp: let the in kernel PM control the MPC

Paolo Abeni posted 4 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1656088406.git.pabeni@redhat.com
Maintainers: Eric Dumazet <edumazet@google.com>, "David S. Miller" <davem@davemloft.net>, Matthieu Baerts <matthieu.baerts@tessares.net>, Mat Martineau <mathew.j.martineau@linux.intel.com>, Paolo Abeni <pabeni@redhat.com>, Jakub Kicinski <kuba@kernel.org>
net/mptcp/pm_netlink.c | 103 ++++++++++++++++++++++-------------------
net/mptcp/protocol.c   |  11 +++--
net/mptcp/protocol.h   |   3 +-
3 files changed, 65 insertions(+), 52 deletions(-)
[PATCH RFC 0/4] mptcp: let the in kernel PM control the MPC
Posted by Paolo Abeni 1 year, 10 months ago
this is follow-up to the last public mtg and:

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

implementing the idea described in the last comment from the above isse
It's just a proof of concept, only compile tested, to better describe
the idea.

While implementing the above I found a fews bugs fixed in patch
1/4, 2/4 and 4/4.

If there is agreement on this kind of changes, next week I plan to cook
a formal submission, including a few additional self-tests.

Paolo Abeni (4):
  mptcp: fix local endpoint acconting.
  mptcp: introduce and use mptcp_pm_send_ack()
  mptcp: allow the in kernel PM to set MPC subflow priority
  mptcp: more accurate MPC endpoint tracking

 net/mptcp/pm_netlink.c | 103 ++++++++++++++++++++++-------------------
 net/mptcp/protocol.c   |  11 +++--
 net/mptcp/protocol.h   |   3 +-
 3 files changed, 65 insertions(+), 52 deletions(-)

-- 
2.35.3