mbox series

[mptcp-next,0/6] BPF path manager, part 3

Message ID cover.1736845893.git.tanggeliang@kylinos.cn (mailing list archive)
Headers show
Series BPF path manager, part 3 | expand

Message

Geliang Tang Jan. 14, 2025, 9:19 a.m. UTC
From: Geliang Tang <tanggeliang@kylinos.cn>

Drop the patch "mptcp: reuse sending nlmsg code in dump_addr", add a new
helper mptcp_pm_genl_fill_addr() to save the duplicated code.

Define struct mptcp_pm_addr_id_bitmap in protocol.h, instead of defining
mptcp_pm_addr_id_bitmap_t in include/net/mptcp.h, since dump_addr()
interface of bpf userspace pm is dropped as Matt suggested.

Geliang Tang (6):
  mptcp: add mptcp_pm_genl_fill_addr helper
  mptcp: add struct mptcp_pm_addr_id_bitmap
  mptcp: drop inet6_sk in mptcp_nl_find_ssk
  mptcp: drop match in userspace_pm_append_new_local_addr
  mptcp: update address type of get_local_id
  mptcp: change is_backup interfaces as get_flags

 net/mptcp/pm.c           | 38 +++++++++++++++++++---
 net/mptcp/pm_netlink.c   | 33 ++++++-------------
 net/mptcp/pm_userspace.c | 68 +++++++++++++---------------------------
 net/mptcp/protocol.h     | 19 ++++++++---
 4 files changed, 80 insertions(+), 78 deletions(-)

Comments

MPTCP CI Jan. 14, 2025, 10:30 a.m. UTC | #1
Hi Geliang,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal: Unstable: 1 failed test(s): selftest_mptcp_join