[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220708171413.327112-1-mathew.j.martineau@linux.intel.com>
Date: Fri, 8 Jul 2022 10:14:07 -0700
From: Mat Martineau <mathew.j.martineau@...ux.intel.com>
To: netdev@...r.kernel.org
Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>,
davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, matthieu.baerts@...sares.net,
geliang.tang@...e.com, mptcp@...ts.linux.dev
Subject: [PATCH net-next 0/6] mptcp: Self test improvements and a header tweak
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
Powered by blists - more mailing lists