]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-improve-set-flags-command-and-update-self-tests'
authorJakub Kicinski <kuba@kernel.org>
Sat, 5 Feb 2022 04:30:26 +0000 (20:30 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Feb 2022 04:30:27 +0000 (20:30 -0800)
commit6a314cd9db816cfa1cc513d50e73983d96bf0134
treedcb07d0db490851f1015b89815ef3aab39badb09
parent66903d53f3aafe20a5774bb2756cc1c0b0eb44d0
parent370d370223de817d20a72bd106290d53fbb34172
Merge branch 'mptcp-improve-set-flags-command-and-update-self-tests'

Mat Martineau says:

====================
mptcp: Improve set-flags command and update self tests

Patches 1-3 allow more flexibility in the combinations of features and
flags allowed with the MPTCP_PM_CMD_SET_FLAGS netlink command, and add
self test case coverage for the new functionality.

Patches 4-6 and 9 refactor the mptcp_join.sh self tests to allow them to
configure all of the test cases using either the pm_nl_ctl utility (part
of the mptcp self tests) or the 'ip mptcp' command (from iproute2). The
default remains to use pm_nl_ctl.

Patches 7 and 8 update the pm_netlink.sh self tests to cover the use of
endpoint ids to set endpoint flags (instead of just addresses).
====================

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