[PATCH mptcp-next 0/2] two tc related patches

Geliang Tang 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.1710299501.git.tanggeliang@kylinos.cn
tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +-
tools/testing/selftests/net/mptcp/mptcp_join.sh    | 8 ++++----
tools/testing/selftests/net/mptcp/mptcp_lib.sh     | 6 ++++++
tools/testing/selftests/net/mptcp/simult_flows.sh  | 6 +++---
4 files changed, 14 insertions(+), 8 deletions(-)
[PATCH mptcp-next 0/2] two tc related patches
Posted by Geliang Tang 1 month, 2 weeks ago
From: Geliang Tang <tanggeliang@kylinos.cn>

Two tc related patches.

Geliang Tang (2):
  selftests: mptcp: add tc check for check_tools
  selftests: mptcp: add ms units for tc-netem delay

 tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    | 8 ++++----
 tools/testing/selftests/net/mptcp/mptcp_lib.sh     | 6 ++++++
 tools/testing/selftests/net/mptcp/simult_flows.sh  | 6 +++---
 4 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.40.1
Re: [PATCH mptcp-next 0/2] two tc related patches
Posted by Matthieu Baerts 1 month, 2 weeks ago
Hi Geliang,

On 13/03/2024 04:13, Geliang Tang wrote:
> From: Geliang Tang <tanggeliang@kylinos.cn>
> 
> Two tc related patches.
> 
> Geliang Tang (2):
>   selftests: mptcp: add tc check for check_tools
>   selftests: mptcp: add ms units for tc-netem delay

Thank you, it looks good to me:

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

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.
Re: [PATCH mptcp-next 0/2] two tc related patches
Posted by Matthieu Baerts 1 month, 2 weeks ago
Hi Geliang,

On 13/03/2024 11:15, Matthieu Baerts wrote:
> Hi Geliang,
> 
> On 13/03/2024 04:13, Geliang Tang wrote:
>> From: Geliang Tang <tanggeliang@kylinos.cn>
>>
>> Two tc related patches.
>>
>> Geliang Tang (2):
>>   selftests: mptcp: add tc check for check_tools
>>   selftests: mptcp: add ms units for tc-netem delay
> 
> Thank you, it looks good to me:
> 
> Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

Now in our tree (feat. for next):

New patches for t/upstream:
- 4daabed4354a: selftests: mptcp: add tc check for check_tools
- 3b184258a310: selftests: mptcp: add ms units for tc-netem delay
- Results: 02195e22026a..e2c5d9481519 (export)

Tests are now in progress:

- export:
https://github.com/multipath-tcp/mptcp_net-next/commit/5f3aa05a0186bfbf6f4d4feeb99657c756a6f456/checks

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.
Re: [mptcp-next,0/2] two tc related patches
Posted by MPTCP CI 1 month, 2 weeks 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/8259068044

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


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)