[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220107192524.445137-1-mathew.j.martineau@linux.intel.com>
Date: Fri, 7 Jan 2022 11:25:21 -0800
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, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev
Subject: [PATCH net-next 0/3] mptcp: Refactoring for one selftest and csum validation
A few more patches from the MPTCP tree for 5.17, with some refactoring
changes.
Patch 1 changes the MPTCP join self tests to depend more on events
rather than delays, so the script runs faster and has more consistent
results.
Patches 2 and 3 get rid of some duplicate code in MPTCP's checksum
validation by modifying and leveraging an existing helper function.
Geliang Tang (2):
mptcp: change the parameter of __mptcp_make_csum
mptcp: reuse __mptcp_make_csum in validate_data_csum
Paolo Abeni (1):
selftests: mptcp: more stable join tests-cases
net/mptcp/options.c | 8 +-
net/mptcp/protocol.h | 1 +
net/mptcp/subflow.c | 15 +--
.../testing/selftests/net/mptcp/mptcp_join.sh | 120 ++++++++++--------
4 files changed, 79 insertions(+), 65 deletions(-)
base-commit: c25af830ab2608ef1dd5e4dada702ce1437ea8e7
--
2.34.1
Powered by blists - more mailing lists