mbox series

[mptcp-next,v2,0/2] add struct_group in mptcp_pm_data

Message ID cover.1741674101.git.tanggeliang@kylinos.cn (mailing list archive)
Headers show
Series add struct_group in mptcp_pm_data | expand

Message

Geliang Tang March 11, 2025, 6:23 a.m. UTC
From: Geliang Tang <tanggeliang@kylinos.cn>

v2:
 - A new patch to fill id_avail_bitmap for in-kernel pm only.
 - Do not reset id_avail_bitmap, rm_list_tx and rm_list_rx in
   struct_group.

Geliang Tang (2):
  mptcp: pm: only fill id_avail_bitmap for in-kernel pm
  mptcp: pm: add struct_group in mptcp_pm_data

 net/mptcp/pm.c       | 16 +++-------------
 net/mptcp/protocol.h |  5 +++++
 2 files changed, 8 insertions(+), 13 deletions(-)

Comments

MPTCP CI March 11, 2025, 7: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: Success! ✅
- KVM Validation: debug: Success! ✅
- KVM Validation: btf-normal (only bpftest_all): Success! ✅
- KVM Validation: btf-debug (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/13781890400

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


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)
Matthieu Baerts (NGI0) March 11, 2025, 8:59 a.m. UTC | #2
Hi Geliang,

On 11/03/2025 07:23, Geliang Tang wrote:
> From: Geliang Tang <tanggeliang@kylinos.cn>
> 
> v2:
>  - A new patch to fill id_avail_bitmap for in-kernel pm only.
>  - Do not reset id_avail_bitmap, rm_list_tx and rm_list_rx in
>    struct_group.
> 
> Geliang Tang (2):
>   mptcp: pm: only fill id_avail_bitmap for in-kernel pm
>   mptcp: pm: add struct_group in mptcp_pm_data


Thank you for these patches! They look good to me:

Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

Cheers,
Matt