[PATCH mptcp-next 0/8] cleanups for PM interfaces

Geliang Tang posted 8 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1727662123.git.tanggeliang@kylinos.cn
There is a newer version of this series
net/mptcp/pm.c           |  25 +--------
net/mptcp/pm_netlink.c   |  99 ++++++++++++++++++++---------------
net/mptcp/pm_userspace.c | 110 +++++++++++++++++++--------------------
net/mptcp/protocol.h     |  18 +++----
4 files changed, 120 insertions(+), 132 deletions(-)
[PATCH mptcp-next 0/8] cleanups for PM interfaces
Posted by Geliang Tang 1 week, 4 days ago
From: Geliang Tang <tanggeliang@kylinos.cn>

In order to implement BPF path manager, it is necessary to unify the
interfaces of the path manager. This set contains some cleanups for
unify the interfaces.

Geliang Tang (8):
  mptcp: add struct mptcp_id_bitmap
  mptcp: use __lookup_addr in pm_netlink
  mptcp: add lookup_addr for userspace pm
  mptcp: change remote as mptcp_addr_info
  mptcp: change local as mptcp_pm_addr_entry
  mptcp: make pm wrappers static
  mptcp: drop skb parameter of get_addr
  mptcp: drop skb parameter of set_flags

 net/mptcp/pm.c           |  25 +--------
 net/mptcp/pm_netlink.c   |  99 ++++++++++++++++++++---------------
 net/mptcp/pm_userspace.c | 110 +++++++++++++++++++--------------------
 net/mptcp/protocol.h     |  18 +++----
 4 files changed, 120 insertions(+), 132 deletions(-)

-- 
2.43.0
Re: [PATCH mptcp-next 0/8] cleanups for PM interfaces
Posted by MPTCP CI 1 week, 4 days ago
Hi Geliang,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal: Success! ✅
- KVM Validation: debug: Success! ✅
- KVM Validation: btf (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/11098291326

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


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)
Re: [PATCH mptcp-next 0/8] cleanups for PM interfaces
Posted by MPTCP CI 1 week, 4 days ago
Hi Geliang,

Thank you for your modifications, that's great!

But sadly, our CI spotted some issues with it when trying to build it.

You can find more details there:

  https://github.com/multipath-tcp/mptcp_net-next/actions/runs/11098291328

Status: failure
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/2d8847051143
Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=893831

Feel free to reply to this email if you cannot access logs, if you need
some support to fix the error, if this doesn't seem to be caused by your
modifications or if the error is a false positive one.

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