Merge branch 'mptcp-selftests'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:19:49 +0000 (13:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:19:49 +0000 (13:19 +0000)
commit986d2e3da7d7f24c16d419f926c65af1a994a04a
tree53a30c8b92996cda2fbd6843b9e3e29bfd85c0ad
parentf7536ffb0986d67191dfdd12e6aa34de64fd7621
parentb6ab64b074f29b42ff272793806efc913f7cc742
Merge branch 'mptcp-selftests'

Mat Martineau says:

====================
mptcp: Some selftest improvements

Here are a couple of selftest changes for MPTCP.

Patch 1 fixes a mistake where the wrong protocol (TCP vs MPTCP) could be
requested on the listening socket in some link failure tests.

Patch 2 refactors the simulataneous flow tests to improve timing
accuracy and give more consistent results.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>