[PATCH mptcp-next 0/4] BPF path manager, part 7

Geliang Tang posted 4 patches 3 days, 9 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1743481566.git.tanggeliang@kylinos.cn
include/net/mptcp.h      |  8 +++++++
net/mptcp/pm.c           | 45 ++++++++++++++++++----------------------
net/mptcp/pm_kernel.c    | 34 +++++++++++++++---------------
net/mptcp/pm_userspace.c |  7 +++++++
net/mptcp/protocol.h     | 12 +++++++++--
5 files changed, 62 insertions(+), 44 deletions(-)
[PATCH mptcp-next 0/4] BPF path manager, part 7
Posted by Geliang Tang 3 days, 9 hours ago
From: Geliang Tang <tanggeliang@kylinos.cn>

- add_addr_received/rm_addr_received interfaces are added.
- a new interface accept_new_address() is added intead of
  add_addr_echo() in "BPF path manager, part 6" v4.

Depends on:
 - BPF path manager, part 6, v6

Based-on: <cover.1743133948.git.tanggeliang@kylinos.cn>

Geliang Tang (4):
  mptcp: pm: add accept_address helper
  mptcp: pm: add accept_new_address() interface
  mptcp: pm: add add_addr_received() interface
  mptcp: pm: add rm_addr_received() interface

 include/net/mptcp.h      |  8 +++++++
 net/mptcp/pm.c           | 45 ++++++++++++++++++----------------------
 net/mptcp/pm_kernel.c    | 34 +++++++++++++++---------------
 net/mptcp/pm_userspace.c |  7 +++++++
 net/mptcp/protocol.h     | 12 +++++++++--
 5 files changed, 62 insertions(+), 44 deletions(-)

-- 
2.43.0
Re: [PATCH mptcp-next 0/4] BPF path manager, part 7
Posted by MPTCP CI 3 days, 8 hours ago
Hi Geliang,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal: Unstable: 2 failed test(s): packetdrill_mp_join packetdrill_sockopts 🔴
- KVM Validation: debug: Unstable: 2 failed test(s): packetdrill_mp_join packetdrill_sockopts 🔴
- KVM Validation: btf-normal (only bpftest_all): Success! ✅
- KVM Validation: btf-debug (only bpftest_all): Unstable: 1 failed test(s): bpftest_test_progs-cpuv4_mptcp 🔴
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/14187422547

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/fc6a4ffc4da4
Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=948762


If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:

    $ cd [kernel source code]
    $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
        --pull always mptcp/mptcp-upstream-virtme-docker:latest \
        auto-normal

For more details:

    https://github.com/multipath-tcp/mptcp-upstream-virtme-docker


Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)

Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (NGI0 Core)