From: Geliang Tang <geliang.tang@suse.com>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <geliang.tang@suse.com>
Subject: [PATCH mptcp-next 0/7] fullmesh flag setting support
Date: Mon, 10 Jan 2022 11:29:58 +0800 [thread overview]
Message-ID: <cover.1641785106.git.geliang.tang@suse.com> (raw)
Added the fullmesh flag setting support:
# pm_nl_ctl set 10.0.1.1 flags backup
# pm_nl_ctl clear 10.0.1.1 flags backup
# pm_nl_ctl set 10.0.1.1 flags fullmesh
# pm_nl_ctl clear 10.0.1.1 flags fullmesh
Geliang Tang (7):
mptcp: fix removing ids bitmap
mptcp: add clear_flags in pm_netlink
selftests: mptcp: add clear_flags in pm_nl_ctl
selftests: mptcp: add clear_flags in mptcp_join.sh
mptcp: set fullmesh flag in pm_netlink
selftests: mptcp: set fullmesh flag in pm_nl_ctl
selftests: mptcp: add fullmesh setting tests
include/uapi/linux/mptcp.h | 1 +
net/mptcp/pm_netlink.c | 45 ++++++++++++++-----
.../testing/selftests/net/mptcp/mptcp_join.sh | 42 ++++++++++++++---
tools/testing/selftests/net/mptcp/pm_nl_ctl.c | 16 ++++---
4 files changed, 82 insertions(+), 22 deletions(-)
--
2.31.1
next reply other threads:[~2022-01-10 3:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 3:29 Geliang Tang [this message]
2022-01-10 3:29 ` [PATCH mptcp-next 1/7] mptcp: fix removing ids bitmap Geliang Tang
2022-01-10 11:40 ` Paolo Abeni
2022-01-10 12:33 ` Geliang Tang
2022-01-10 3:30 ` [PATCH mptcp-next 2/7] mptcp: add clear_flags in pm_netlink Geliang Tang
2022-01-10 11:38 ` Paolo Abeni
2022-01-10 12:35 ` Geliang Tang
2022-01-10 15:59 ` Paolo Abeni
2022-01-10 3:30 ` [PATCH mptcp-next 3/7] selftests: mptcp: add clear_flags in pm_nl_ctl Geliang Tang
2022-01-10 3:30 ` [PATCH mptcp-next 4/7] selftests: mptcp: add clear_flags in mptcp_join.sh Geliang Tang
2022-01-10 3:30 ` [PATCH mptcp-next 5/7] mptcp: set fullmesh flag in pm_netlink Geliang Tang
2022-01-10 3:30 ` [PATCH mptcp-next 6/7] selftests: mptcp: set fullmesh flag in pm_nl_ctl Geliang Tang
2022-01-10 3:30 ` [PATCH mptcp-next 7/7] selftests: mptcp: add fullmesh setting tests Geliang Tang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1641785106.git.geliang.tang@suse.com \
--to=geliang.tang@suse.com \
--cc=mptcp@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.