OSDN Git Service

Merge branch 'mptcp-refactoring-for-one-selftest-and-csum-validation'
authorJakub Kicinski <kuba@kernel.org>
Sat, 8 Jan 2022 03:00:46 +0000 (19:00 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Jan 2022 03:00:46 +0000 (19:00 -0800)
commitd8caa2ed47de0e55828a3bd0a81bbb81aa9e7e11
tree6081c076537419a42a6c485a7e9252d16e955553
parent5cad43a52ee3caf451cd645baa4beb53a1733dae
parent8401e87f5a36d370cbf1e9d4ba602a553ce9324a
Merge branch 'mptcp-refactoring-for-one-selftest-and-csum-validation'

Mat Martineau says:

====================
mptcp: Refactoring for one selftest and csum validation

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.
====================

Link: https://lore.kernel.org/r/20220107192524.445137-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>