From: Geliang Tang <geliang.tang@suse.com>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <geliang.tang@suse.com>
Subject: [PATCH mptcp-next v11 00/12] update userspace pm mptcp_info fields
Date: Thu, 4 May 2023 18:20:05 +0800 [thread overview]
Message-ID: <cover.1683195386.git.geliang.tang@suse.com> (raw)
v11:
- #1-#5 part 1, address Matt's comments in v10.
- #6-#9 part 2, update pm mptcp_info
- #10-#12 part 3, some cleanups.
v10:
- fix userspace_pm.sh errors reported by CI.
- fix the bug in mptcp_pm_remove_addrs in patch 1.
- drop msk->pm.subflow == 1 in mptcp_userspace_pm_delete_local_addr in
patch 3.
- exchange the order of "pm_nl_ctl rem" and "pm_nl_ctl dsf" in patch 2
and 6.
- update the commit logs.
v9:
- address Matt's commets in v8.
v8:
- address Matt's comments.
- split into two series, pt 2 will send later.
v7:
- fix userspace_pm.sh errors reported by CI.
- only remove addrs in mptcp_nl_cmd_remove().
v6:
- send a RM ADDR from userspace.
v5:
- fix a memleak error reported by CI.
- add more delay for userspace pm tests.
v4:
- add more patches
- add selftests
v3:
- update local_addr_used and add_addr_signaled
v2:
- hold pm locks
Geliang Tang (12):
mptcp: only send RM_ADDR in nl_cmd_remove
selftests: mptcp: update userspace pm addr tests
mptcp: export remove_anno_list_by_saddr
mptcp: add addr into userspace pm list
selftests: mptcp: update userspace pm subflow tests
mptcp: update userspace pm infos
selftests: mptcp: do userspace tests out of transfer
selftests: mptcp: check subflows infos
selftests: mptcp: check add_addr infos
mptcp: pass addr to mptcp_pm_alloc_anno_list
selftests: mptcp: pass fastclose to sflags
selftests: mptcp: do endpoint manipulation out of transfer
net/mptcp/pm.c | 21 +-
net/mptcp/pm_netlink.c | 34 +-
net/mptcp/pm_userspace.c | 60 +-
net/mptcp/protocol.h | 5 +-
.../testing/selftests/net/mptcp/mptcp_join.sh | 629 ++++++++++--------
5 files changed, 473 insertions(+), 276 deletions(-)
--
2.35.3
next reply other threads:[~2023-05-04 10:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-04 10:20 Geliang Tang [this message]
2023-05-04 10:20 ` [PATCH mptcp-next v11 01/12] mptcp: only send RM_ADDR in nl_cmd_remove Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 02/12] selftests: mptcp: update userspace pm addr tests Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 03/12] mptcp: export remove_anno_list_by_saddr Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 04/12] mptcp: add addr into userspace pm list Geliang Tang
2023-05-04 10:57 ` Geliang Tang
2023-05-04 14:59 ` Matthieu Baerts
2023-05-17 15:26 ` Matthieu Baerts
2023-05-04 10:20 ` [PATCH mptcp-next v11 05/12] selftests: mptcp: update userspace pm subflow tests Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 06/12] mptcp: update userspace pm infos Geliang Tang
2023-05-04 10:59 ` Geliang Tang
2023-05-04 12:46 ` Matthieu Baerts
2023-05-04 15:02 ` Matthieu Baerts
2023-05-04 10:20 ` [PATCH mptcp-next v11 07/12] selftests: mptcp: do userspace tests out of transfer Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 08/12] selftests: mptcp: check subflows infos Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 09/12] selftests: mptcp: check add_addr infos Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 10/12] mptcp: pass addr to mptcp_pm_alloc_anno_list Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 11/12] selftests: mptcp: pass fastclose to sflags Geliang Tang
2023-05-04 10:20 ` [PATCH mptcp-next v11 12/12] selftests: mptcp: do endpoint manipulation out of transfer Geliang Tang
2023-05-04 11:33 ` selftests: mptcp: do endpoint manipulation out of transfer: Tests Results MPTCP CI
2023-05-04 14:57 ` [PATCH mptcp-next v11 00/12] update userspace pm mptcp_info fields Matthieu Baerts
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.1683195386.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.