All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v2 0/6] add refcount for address entry
@ 2023-11-02 10:05 Geliang Tang
  2023-11-02 10:05 ` [PATCH mptcp-next v2 1/6] selftests: mptcp: add mptcp_lib_evts_* Geliang Tang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Geliang Tang @ 2023-11-02 10:05 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

v2:
 - rebased with "add flush and dump for userspace pm" series.

Add refcount for address entry.

Geliang Tang (6):
  selftests: mptcp: add mptcp_lib_evts_*
  selftests: mptcp: userspace: print colored results
  mptcp: dup an entry when removing it
  mptcp: add userspace pm addr entry refcount
  selftests: mptcp: rm userspace addr with randowly order
  mptcp: add netlink pm addr entry refcount

 net/mptcp/pm_netlink.c                        | 19 +++--
 net/mptcp/pm_userspace.c                      | 39 +++++++---
 net/mptcp/protocol.h                          |  2 +
 .../testing/selftests/net/mptcp/mptcp_join.sh | 72 +++++++++----------
 .../testing/selftests/net/mptcp/mptcp_lib.sh  | 63 ++++++++++++++++
 .../selftests/net/mptcp/userspace_pm.sh       | 42 +++--------
 6 files changed, 150 insertions(+), 87 deletions(-)

-- 
2.35.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-11-02 10:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 10:05 [PATCH mptcp-next v2 0/6] add refcount for address entry Geliang Tang
2023-11-02 10:05 ` [PATCH mptcp-next v2 1/6] selftests: mptcp: add mptcp_lib_evts_* Geliang Tang
2023-11-02 10:05 ` [PATCH mptcp-next v2 2/6] selftests: mptcp: userspace: print colored results Geliang Tang
2023-11-02 10:05 ` [PATCH mptcp-next v2 3/6] mptcp: dup an entry when removing it Geliang Tang
2023-11-02 10:05 ` [PATCH mptcp-next v2 4/6] mptcp: add userspace pm addr entry refcount Geliang Tang
2023-11-02 10:05 ` [PATCH mptcp-next v2 5/6] selftests: mptcp: rm userspace addr with randowly order Geliang Tang
2023-11-02 10:05 ` [PATCH mptcp-next v2 6/6] mptcp: add netlink pm addr entry refcount Geliang Tang

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.