All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/7] BPF path manager, part 2
@ 2024-12-07  1:07 Geliang Tang
  2024-12-07  1:07 ` [PATCH mptcp-next 1/7] mptcp: make three pm wrappers static Geliang Tang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Geliang Tang @ 2024-12-07  1:07 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

In order to implement BPF userspace path manager, it is necessary to
unify the interfaces of the path manager. This set updates get_addr()
and dump_addr() interfaces.

Geliang Tang (7):
  mptcp: make three pm wrappers static
  mptcp: drop skb parameter of get_addr
  mptcp: add id parameter for get_addr
  mptcp: reuse sending nlmsg code in get_addr
  mptcp: change info of get_addr as const
  mptcp: add info parameter for dump_addr
  mptcp: reuse sending nlmsg code in dump_addr

 include/net/mptcp.h      |   7 +++
 net/mptcp/pm.c           | 107 ++++++++++++++++++++++++++++++++++++---
 net/mptcp/pm_netlink.c   | 105 ++++++--------------------------------
 net/mptcp/pm_userspace.c |  94 ++++++++--------------------------
 net/mptcp/protocol.h     |  21 +++-----
 5 files changed, 152 insertions(+), 182 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-12-07  2:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  1:07 [PATCH mptcp-next 0/7] BPF path manager, part 2 Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 1/7] mptcp: make three pm wrappers static Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 2/7] mptcp: drop skb parameter of get_addr Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 3/7] mptcp: add id parameter for get_addr Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 4/7] mptcp: reuse sending nlmsg code in get_addr Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 5/7] mptcp: change info of get_addr as const Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 6/7] mptcp: add info parameter for dump_addr Geliang Tang
2024-12-07  1:07 ` [PATCH mptcp-next 7/7] mptcp: reuse sending nlmsg code in dump_addr Geliang Tang
2024-12-07  2:10 ` [PATCH mptcp-next 0/7] BPF path manager, part 2 MPTCP CI

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.