Merge branch 'mptcp-selftest-fine-tuning-and-cleanup'
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Feb 2022 04:00:02 +0000 (20:00 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Feb 2022 04:00:02 +0000 (20:00 -0800)
commit3ad8ba6a3eecd56bcf89d5c16ba41ecf40fc280c
treed09fe5771dfc14ade77cce97a6a800f25c0a7a22
parenta3fc4b1d09d99cdb6a7dbba5a753db15a10b2e9c
parent24720d7452df2dff2e539d9dff28904e25bb1c6d
Merge branch 'mptcp-selftest-fine-tuning-and-cleanup'

Mat Martineau says:

====================
mptcp: Selftest fine-tuning and cleanup

Patch 1 adjusts the mptcp selftest timeout to account for slow machines
running debug builds.

Patch 2 simplifies one test function.

Patches 3-6 do some cleanup, like deleting unused variables and avoiding
extra work when only printing usage information.

Patch 7 improves the checksum tests by utilizing existing checksum MIBs.
====================

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