mbox series

[net-next,0/6] mptcp: Self test improvements and a header tweak

Message ID 20220708171413.327112-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Self test improvements and a header tweak | expand

Message

Mat Martineau July 8, 2022, 5:14 p.m. UTC
Patch 1 moves a definition to a header so it can be used in a struct
declaration.

Patch 2 adjusts a time threshold for a selftest that runs much slower on
debug kernels (and even more on slow CI infrastructure), to reduce
spurious failures.

Patches 3 & 4 improve userspace PM test coverage.

Patches 5 & 6 clean up output from a test script and selftest helper
tool.

Geliang Tang (5):
  mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h
  selftests: mptcp: userspace pm address tests
  selftests: mptcp: userspace pm subflow tests
  selftests: mptcp: avoid Terminated messages in userspace_pm
  selftests: mptcp: update pm_nl_ctl usage header

Paolo Abeni (1):
  selftests: mptcp: tweak simult_flows for debug kernels

 include/net/mptcp.h                           |  3 +-
 net/mptcp/protocol.h                          |  1 -
 .../testing/selftests/net/mptcp/mptcp_join.sh | 86 ++++++++++++++++++-
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c |  2 +-
 .../selftests/net/mptcp/simult_flows.sh       | 14 ++-
 .../selftests/net/mptcp/userspace_pm.sh       | 40 +++++----
 6 files changed, 123 insertions(+), 23 deletions(-)


base-commit: 67d7ebdeb2d5a058dd5079107505fffe7332b27a

Comments

patchwork-bot+netdevbpf@kernel.org July 9, 2022, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri,  8 Jul 2022 10:14:07 -0700 you wrote:
> Patch 1 moves a definition to a header so it can be used in a struct
> declaration.
> 
> Patch 2 adjusts a time threshold for a selftest that runs much slower on
> debug kernels (and even more on slow CI infrastructure), to reduce
> spurious failures.
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h
    https://git.kernel.org/netdev/net-next/c/f7657ff4a709
  - [net-next,2/6] selftests: mptcp: tweak simult_flows for debug kernels
    https://git.kernel.org/netdev/net-next/c/d0d9c8f2df60
  - [net-next,3/6] selftests: mptcp: userspace pm address tests
    https://git.kernel.org/netdev/net-next/c/97040cf9806e
  - [net-next,4/6] selftests: mptcp: userspace pm subflow tests
    https://git.kernel.org/netdev/net-next/c/5e986ec46874
  - [net-next,5/6] selftests: mptcp: avoid Terminated messages in userspace_pm
    https://git.kernel.org/netdev/net-next/c/507719cd7c0f
  - [net-next,6/6] selftests: mptcp: update pm_nl_ctl usage header
    https://git.kernel.org/netdev/net-next/c/65ebc6676d17

You are awesome, thank you!