All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geliang Tang <geliang@kernel.org>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <tanggeliang@kylinos.cn>
Subject: [PATCH mptcp-next v1 0/6] BPF path manager, part 5
Date: Thu, 27 Feb 2025 14:43:51 +0800	[thread overview]
Message-ID: <cover.1740638334.git.tanggeliang@kylinos.cn> (raw)

From: Geliang Tang <tanggeliang@kylinos.cn>

Some path manager related refactoring and cleanups.
 - patch 1, a cleanup.
 - patches 2-4, drop mptcp_pm_is_userspace() and mptcp_pm_is_kernel().
 - patches 5-6, change remote of set_flags as mptcp_pm_addr_entry type.

Geliang Tang (6):
  mptcp: pm: use pm variable instead of msk->pm
  mptcp: pm: userspace: drop is_userspace in free_local_addr_list
  mptcp: pm: drop is_kernel in alloc_anno_list
  mptcp: pm: in-kernel: drop is_userspace in remove_id_zero
  mptcp: pm: add remote parameter for set_flags
  mptcp: pm: in-kernel: drop changed parameter of set_flags

 net/mptcp/pm.c           | 28 ++++++++----
 net/mptcp/pm_netlink.c   | 93 +++++++++++++++++++++-------------------
 net/mptcp/pm_userspace.c | 25 +++--------
 net/mptcp/protocol.h     |  5 ++-
 4 files changed, 77 insertions(+), 74 deletions(-)

-- 
2.43.0


             reply	other threads:[~2025-02-27  6:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-27  6:43 Geliang Tang [this message]
2025-02-27  6:43 ` [PATCH mptcp-next v1 1/6] mptcp: pm: use pm variable instead of msk->pm Geliang Tang
2025-02-27  6:43 ` [PATCH mptcp-next v1 2/6] mptcp: pm: userspace: drop is_userspace in free_local_addr_list Geliang Tang
2025-02-27 11:44   ` Matthieu Baerts
2025-02-27  6:43 ` [PATCH mptcp-next v1 3/6] mptcp: pm: drop is_kernel in alloc_anno_list Geliang Tang
2025-02-27  6:43 ` [PATCH mptcp-next v1 4/6] mptcp: pm: in-kernel: drop is_userspace in remove_id_zero Geliang Tang
2025-02-27 12:10   ` Matthieu Baerts
2025-02-27  6:43 ` [PATCH mptcp-next v1 5/6] mptcp: pm: add remote parameter for set_flags Geliang Tang
2025-02-27 12:26   ` Matthieu Baerts
2025-02-27  6:43 ` [PATCH mptcp-next v1 6/6] mptcp: pm: in-kernel: drop changed parameter of set_flags Geliang Tang
2025-02-27 12:30   ` Matthieu Baerts
2025-02-28  7:56   ` kernel test robot
2025-02-27  7:04 ` [PATCH mptcp-next v1 0/6] BPF path manager, part 5 MPTCP CI
2025-02-27  7:48 ` MPTCP CI

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.1740638334.git.tanggeliang@kylinos.cn \
    --to=geliang@kernel.org \
    --cc=mptcp@lists.linux.dev \
    --cc=tanggeliang@kylinos.cn \
    /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.