mbox series

[net-next,0/9] mptcp: Advertisement reliability improvement and misc. updates

Message ID 20220307204439.65164-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Advertisement reliability improvement and misc. updates | expand

Message

Mat Martineau March 7, 2022, 8:44 p.m. UTC
Patch 1 adds a helpful debug tracepoint for outgoing MPTCP packets.

Patch 2 is a small "magic number" refactor.

Patches 3 & 4 refactor parts of the mptcp_join.sh selftest. No change in
test coverage.

Patch 5 ensures only advertised address IDs are un-advertised.

Patches 6-8 improve handling of an edge case where endpoint IDs need to
be created on-the-fly when adding subflows. Includes selftest coverage.

Patch 9 adds validation of the fullmesh flag in a MPTCP netlink command,
which was overlooked when this flag was introduced for 5.18.


Geliang Tang (3):
  mptcp: add tracepoint in mptcp_sendmsg_frag
  mptcp: use MPTCP_SUBFLOW_NODATA
  mptcp: add fullmesh flag check for adding address

Mat Martineau (1):
  selftests: mptcp: Rename wait function

Matthieu Baerts (1):
  selftests: mptcp: join: allow running -cCi

Paolo Abeni (4):
  mptcp: more careful RM_ADDR generation
  mptcp: introduce implicit endpoints
  mptcp: strict local address ID selection
  selftests: mptcp: add implicit endpoint test case

 include/trace/events/mptcp.h                  |   4 +
 include/uapi/linux/mptcp.h                    |   1 +
 net/mptcp/pm_netlink.c                        |  90 ++++---
 net/mptcp/protocol.c                          |   4 +
 net/mptcp/protocol.h                          |   3 +-
 net/mptcp/subflow.c                           |  75 +++++-
 .../testing/selftests/net/mptcp/mptcp_join.sh | 237 ++++++++++++++----
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c |   7 +
 8 files changed, 321 insertions(+), 100 deletions(-)


base-commit: 57d29a2935c9aab0aaef6264bf6a58aad3859e7c

Comments

patchwork-bot+netdevbpf@kernel.org March 9, 2022, 6:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  7 Mar 2022 12:44:30 -0800 you wrote:
> Patch 1 adds a helpful debug tracepoint for outgoing MPTCP packets.
> 
> Patch 2 is a small "magic number" refactor.
> 
> Patches 3 & 4 refactor parts of the mptcp_join.sh selftest. No change in
> test coverage.
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] mptcp: add tracepoint in mptcp_sendmsg_frag
    https://git.kernel.org/netdev/net-next/c/0eb4e7ee1655
  - [net-next,2/9] mptcp: use MPTCP_SUBFLOW_NODATA
    https://git.kernel.org/netdev/net-next/c/ea56dcb43c20
  - [net-next,3/9] selftests: mptcp: join: allow running -cCi
    https://git.kernel.org/netdev/net-next/c/826d7bdca833
  - [net-next,4/9] selftests: mptcp: Rename wait function
    https://git.kernel.org/netdev/net-next/c/f98c2bca7b2b
  - [net-next,5/9] mptcp: more careful RM_ADDR generation
    https://git.kernel.org/netdev/net-next/c/6fa0174a7c86
  - [net-next,6/9] mptcp: introduce implicit endpoints
    https://git.kernel.org/netdev/net-next/c/d045b9eb95a9
  - [net-next,7/9] mptcp: strict local address ID selection
    https://git.kernel.org/netdev/net-next/c/4cf86ae84c71
  - [net-next,8/9] selftests: mptcp: add implicit endpoint test case
    https://git.kernel.org/netdev/net-next/c/69c6ce7b6eca
  - [net-next,9/9] mptcp: add fullmesh flag check for adding address
    https://git.kernel.org/netdev/net-next/c/0dc626e5e853

You are awesome, thank you!