netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] mptcp: Refactoring for one selftest and csum validation
@ 2022-01-07 19:25 Mat Martineau
  2022-01-07 19:25 ` [PATCH net-next 1/3] selftests: mptcp: more stable join tests-cases Mat Martineau
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mat Martineau @ 2022-01-07 19:25 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, matthieu.baerts, mptcp

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


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

end of thread, other threads:[~2022-01-08  3:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-07 19:25 [PATCH net-next 0/3] mptcp: Refactoring for one selftest and csum validation Mat Martineau
2022-01-07 19:25 ` [PATCH net-next 1/3] selftests: mptcp: more stable join tests-cases Mat Martineau
2022-01-07 19:25 ` [PATCH net-next 2/3] mptcp: change the parameter of __mptcp_make_csum Mat Martineau
2022-01-07 19:25 ` [PATCH net-next 3/3] mptcp: reuse __mptcp_make_csum in validate_data_csum Mat Martineau
2022-01-08  3:10 ` [PATCH net-next 0/3] mptcp: Refactoring for one selftest and csum validation 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;
as well as URLs for NNTP newsgroup(s).