[mptcp-next v3 0/2] selftests: mptcp: add tests for increasing

Gang Yan posted 2 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1740115494.git.yangang@kylinos.cn
There is a newer version of this series
tools/testing/selftests/net/mptcp/Makefile    |   2 +-
tools/testing/selftests/net/mptcp/diag.sh     |  27 ++
.../testing/selftests/net/mptcp/mptcp_diag.c  | 258 ++++++++++++++++++
3 files changed, 286 insertions(+), 1 deletion(-)
create mode 100644 tools/testing/selftests/net/mptcp/mptcp_diag.c
[mptcp-next v3 0/2] selftests: mptcp: add tests for increasing
Posted by Gang Yan 1 month, 2 weeks ago
These patches provide a method to verify the 'mptcp_diag_dump_one'
function, and the new tool 'mptcp_diag' can get the specific mptcp_info
through multi msks.

Gang Yan (2):
  selftests: mptcp: Add a tool to get specific msk_info
  selftests: mptcp: add a test for mptcp_diag_dump_one

 tools/testing/selftests/net/mptcp/Makefile    |   2 +-
 tools/testing/selftests/net/mptcp/diag.sh     |  27 ++
 .../testing/selftests/net/mptcp/mptcp_diag.c  | 258 ++++++++++++++++++
 3 files changed, 286 insertions(+), 1 deletion(-)
 create mode 100644 tools/testing/selftests/net/mptcp/mptcp_diag.c

-- 
2.25.1
Re: [mptcp-next v3 0/2] selftests: mptcp: add tests for increasing
Posted by Matthieu Baerts 1 month, 2 weeks ago
Hi Gang Yan,

On 21/02/2025 06:34, Gang Yan wrote:
> These patches provide a method to verify the 'mptcp_diag_dump_one'
> function, and the new tool 'mptcp_diag' can get the specific mptcp_info
> through multi msks.

Thank you for the new version.

Please always add a changelog in case of new version to help the
reviewers, and making sure you didn't miss anything. Ideally, the cover
letter should mention which patches have been modified, and each patch
should have a changelog in the comments (add '---' under the last
Signed-off-by, then the changelog, or use 'git notes' and 'git
format-patch --notes')

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.
Re: [mptcp-next v3 0/2] selftests: mptcp: add tests for increasing
Posted by MPTCP CI 1 month, 2 weeks ago
Hi Gang,

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_connect 🔴
- KVM Validation: debug: Success! ✅
- KVM Validation: btf-normal (only bpftest_all): Success! ✅
- KVM Validation: btf-debug (only bpftest_all): Unstable: 1 failed test(s): bpftest_test_progs_mptcp 🔴
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/13450923351

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


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)