mbox series

[net-next,0/9] mptcp: Improve set-flags command and update self tests

Message ID 20220205000337.187292-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Improve set-flags command and update self tests | expand

Message

Mat Martineau Feb. 5, 2022, 12:03 a.m. UTC
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).

Geliang Tang (9):
  mptcp: allow to use port and non-signal in set_flags
  selftests: mptcp: add the port argument for set_flags
  selftests: mptcp: add backup with port testcase
  selftests: mptcp: add ip mptcp wrappers
  selftests: mptcp: add wrapper for showing addrs
  selftests: mptcp: add wrapper for setting flags
  selftests: mptcp: add the id argument for set_flags
  selftests: mptcp: add set_flags tests in pm_netlink.sh
  selftests: mptcp: set ip_mptcp in command line

 net/mptcp/pm_netlink.c                        |  13 +-
 .../testing/selftests/net/mptcp/mptcp_join.sh | 877 +++++++++++-------
 .../testing/selftests/net/mptcp/pm_netlink.sh |  18 +
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c |  75 +-
 4 files changed, 595 insertions(+), 388 deletions(-)


base-commit: c531adaf884d313df2729ca94228317a52e46b83

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 5, 2022, 6:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  4 Feb 2022 16:03:28 -0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] mptcp: allow to use port and non-signal in set_flags
    https://git.kernel.org/netdev/net-next/c/09f12c3ab7a5
  - [net-next,2/9] selftests: mptcp: add the port argument for set_flags
    https://git.kernel.org/netdev/net-next/c/d6a676e0e1a8
  - [net-next,3/9] selftests: mptcp: add backup with port testcase
    https://git.kernel.org/netdev/net-next/c/33397b83eee6
  - [net-next,4/9] selftests: mptcp: add ip mptcp wrappers
    https://git.kernel.org/netdev/net-next/c/34aa6e3bccd8
  - [net-next,5/9] selftests: mptcp: add wrapper for showing addrs
    https://git.kernel.org/netdev/net-next/c/dda61b3dbea0
  - [net-next,6/9] selftests: mptcp: add wrapper for setting flags
    https://git.kernel.org/netdev/net-next/c/f01403862592
  - [net-next,7/9] selftests: mptcp: add the id argument for set_flags
    https://git.kernel.org/netdev/net-next/c/a224a847ae7a
  - [net-next,8/9] selftests: mptcp: add set_flags tests in pm_netlink.sh
    https://git.kernel.org/netdev/net-next/c/6da1dfdd037e
  - [net-next,9/9] selftests: mptcp: set ip_mptcp in command line
    https://git.kernel.org/netdev/net-next/c/621bd393039e

You are awesome, thank you!