[PATCH mptcp-next v2 0/4] cleanups for bpf schedulers

Geliang Tang posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1725846806.git.tanggeliang@kylinos.cn
net/mptcp/bpf.c                                     |  3 ---
tools/testing/selftests/bpf/prog_tests/mptcp.c      | 10 +++++-----
tools/testing/selftests/bpf/progs/mptcp_bpf_burst.c |  5 +++--
3 files changed, 8 insertions(+), 10 deletions(-)
[PATCH mptcp-next v2 0/4] cleanups for bpf schedulers
Posted by Geliang Tang 1 month ago
From: Geliang Tang <tanggeliang@kylinos.cn>

v2:
 - include two more squash-to patches into this set.

Two cleanups for bpf schedulers.

Geliang Tang (4):
  Squash to "bpf: Add bpf_mptcp_sched_ops"
  Squash to "selftests/bpf: Add mptcp subflow subtest"
  Squash to "selftests/bpf: Add bpf scheduler test"
  Squash to "selftests/bpf: Add bpf_burst scheduler & test"

 net/mptcp/bpf.c                                     |  3 ---
 tools/testing/selftests/bpf/prog_tests/mptcp.c      | 10 +++++-----
 tools/testing/selftests/bpf/progs/mptcp_bpf_burst.c |  5 +++--
 3 files changed, 8 insertions(+), 10 deletions(-)

-- 
2.43.0
Re: [PATCH mptcp-next v2 0/4] cleanups for bpf schedulers
Posted by Matthieu Baerts 1 month ago
Hi Geliang,

On 09/09/2024 03:55, Geliang Tang wrote:
> From: Geliang Tang <tanggeliang@kylinos.cn>
> 
> v2:
>  - include two more squash-to patches into this set.
> 
> Two cleanups for bpf schedulers.
> 
> Geliang Tang (4):
>   Squash to "bpf: Add bpf_mptcp_sched_ops"
>   Squash to "selftests/bpf: Add mptcp subflow subtest"
>   Squash to "selftests/bpf: Add bpf scheduler test"
>   Squash to "selftests/bpf: Add bpf_burst scheduler & test"

Thank you for the clean-up patches. Now in our tree:

New patches for t/upstream:
- 07a029a9a232: "squashed" patch 1/4 in "bpf: Add bpf_mptcp_sched_ops"
- 05c716b8999b: "squashed" patch 2/4 in "selftests/bpf: Add mptcp
subflow subtest"
- 0aed3898d704: "squashed" patch 3/4 in "selftests/bpf: Add bpf
scheduler test"
- 56ed019f23ff: "squashed" patch 4/4 in "selftests/bpf: Add bpf_burst
scheduler & test"
- Results: 2e425b685ff0..29da3bae8ab9 (export)

Tests are now in progress:

- export:
https://github.com/multipath-tcp/mptcp_net-next/commit/358ee20f1a04d81f5f8332dafe8692d97e6c2d1a/checks

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.
Re: [PATCH mptcp-next v2 0/4] cleanups for bpf schedulers
Posted by MPTCP CI 1 month 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/10765309807

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


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)