MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] mptcp: Self test improvements and a header tweak
@ 2022-07-08 17:14 Mat Martineau
  2022-07-08 17:14 ` [PATCH net-next 1/6] mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h Mat Martineau
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Mat Martineau @ 2022-07-08 17:14 UTC (permalink / raw)
  To: netdev
  Cc: Mat Martineau, davem, kuba, pabeni, edumazet, matthieu.baerts,
	geliang.tang, mptcp

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
-- 
2.37.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-09 11:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 17:14 [PATCH net-next 0/6] mptcp: Self test improvements and a header tweak Mat Martineau
2022-07-08 17:14 ` [PATCH net-next 1/6] mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h Mat Martineau
2022-07-08 17:14 ` [PATCH net-next 2/6] selftests: mptcp: tweak simult_flows for debug kernels Mat Martineau
2022-07-08 17:14 ` [PATCH net-next 3/6] selftests: mptcp: userspace pm address tests Mat Martineau
2022-07-08 17:14 ` [PATCH net-next 4/6] selftests: mptcp: userspace pm subflow tests Mat Martineau
2022-07-08 17:14 ` [PATCH net-next 5/6] selftests: mptcp: avoid Terminated messages in userspace_pm Mat Martineau
2022-07-08 17:14 ` [PATCH net-next 6/6] selftests: mptcp: update pm_nl_ctl usage header Mat Martineau
2022-07-09 11:40 ` [PATCH net-next 0/6] mptcp: Self test improvements and a header tweak patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox