mbox series

[net-next,0/8] MPTCP: Add MP_PRIO support and rework local address IDs

Message ID 20210109004802.341602-1-mathew.j.martineau@linux.intel.com
Headers show
Series MPTCP: Add MP_PRIO support and rework local address IDs | expand

Message

Mat Martineau Jan. 9, 2021, 12:47 a.m. UTC
Here are some patches we've merged in the MPTCP tree that are ready for
net-next.

Patches 1 and 2 rework the assignment of local address IDs to allow them
to be assigned by a userspace path manager, and add corresponding self
tests.

Patches 2-8 add the ability to change subflow priority after a subflow
has been established. Each subflow in a MPTCP connection has a priority
level: "regular" or "backup". Data should only be sent on backup
subflows if no regular subflows are available. The priority level can be
set when the subflow connection is established (as was already
implemented), or during the life of the connection by sending MP_PRIO in
the TCP options (as added here). Self tests are included.


Geliang Tang (8):
  mptcp: add the address ID assignment bitmap
  selftests: mptcp: add testcases for setting the address ID
  mptcp: add the outgoing MP_PRIO support
  mptcp: add the incoming MP_PRIO support
  mptcp: add set_flags command in PM netlink
  selftests: mptcp: add set_flags command in pm_nl_ctl
  mptcp: add the mibs for MP_PRIO
  selftests: mptcp: add the MP_PRIO testcases

 include/uapi/linux/mptcp.h                    |   1 +
 net/mptcp/mib.c                               |   2 +
 net/mptcp/mib.h                               |   2 +
 net/mptcp/options.c                           |  56 ++++++
 net/mptcp/pm.c                                |   8 +
 net/mptcp/pm_netlink.c                        | 172 ++++++++++++++++--
 net/mptcp/protocol.h                          |  11 ++
 .../testing/selftests/net/mptcp/mptcp_join.sh |  72 +++++++-
 .../testing/selftests/net/mptcp/pm_netlink.sh |  41 ++++-
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c |  87 ++++++++-
 10 files changed, 430 insertions(+), 22 deletions(-)


base-commit: 833d22f2f922bbee6430e558417af060db6bbe9c

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 10, 2021, 3:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Fri,  8 Jan 2021 16:47:54 -0800 you wrote:
> Here are some patches we've merged in the MPTCP tree that are ready for

> net-next.

> 

> Patches 1 and 2 rework the assignment of local address IDs to allow them

> to be assigned by a userspace path manager, and add corresponding self

> tests.

> 

> [...]


Here is the summary with links:
  - [net-next,1/8] mptcp: add the address ID assignment bitmap
    https://git.kernel.org/netdev/net-next/c/efd5a4c04e18
  - [net-next,2/8] selftests: mptcp: add testcases for setting the address ID
    https://git.kernel.org/netdev/net-next/c/dc8eb10e95a8
  - [net-next,3/8] mptcp: add the outgoing MP_PRIO support
    https://git.kernel.org/netdev/net-next/c/067065422fcd
  - [net-next,4/8] mptcp: add the incoming MP_PRIO support
    https://git.kernel.org/netdev/net-next/c/40453a5c61f4
  - [net-next,5/8] mptcp: add set_flags command in PM netlink
    https://git.kernel.org/netdev/net-next/c/0f9f696a502e
  - [net-next,6/8] selftests: mptcp: add set_flags command in pm_nl_ctl
    https://git.kernel.org/netdev/net-next/c/6e8b244a3e9d
  - [net-next,7/8] mptcp: add the mibs for MP_PRIO
    https://git.kernel.org/netdev/net-next/c/0be2ac287bcc
  - [net-next,8/8] selftests: mptcp: add the MP_PRIO testcases
    https://git.kernel.org/netdev/net-next/c/718eb44e5c1e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html