[PATCH mptcp-next 0/3] cleanups for bpf sched selftests

Geliang Tang posted 3 patches 3 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1654507832.git.geliang.tang@suse.com
Maintainers: Song Liu <songliubraving@fb.com>, John Fastabend <john.fastabend@gmail.com>, KP Singh <kpsingh@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <kafai@fb.com>, Shuah Khan <shuah@kernel.org>, Matthieu Baerts <matthieu.baerts@tessares.net>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Yonghong Song <yhs@fb.com>, Mat Martineau <mathew.j.martineau@linux.intel.com>
.../testing/selftests/bpf/prog_tests/mptcp.c  | 63 ++++++++++++-------
1 file changed, 41 insertions(+), 22 deletions(-)
[PATCH mptcp-next 0/3] cleanups for bpf sched selftests
Posted by Geliang Tang 3 years, 3 months ago
do some cleanups for bpf sched selftests:
 - add one more veth net device.
 - use '10.0.1.1' to send data instead of use default '127.0.0.1'.
 - add a new helper has_bytes_sent().
 - update commit logs.

Geliang Tang (3):
  Squash to "selftests/bpf: Add bpf_first test"
  Squash to "selftests/bpf: Add bpf_bkup test"
  Squash to "selftests/bpf: Add bpf_rr test"

 .../testing/selftests/bpf/prog_tests/mptcp.c  | 63 ++++++++++++-------
 1 file changed, 41 insertions(+), 22 deletions(-)

-- 
2.34.1


Re: [PATCH mptcp-next 0/3] cleanups for bpf sched selftests
Posted by Matthieu Baerts 3 years, 3 months ago
Hi Geliang, Mat,

On 06/06/2022 11:37, Geliang Tang wrote:
> do some cleanups for bpf sched selftests:
>  - add one more veth net device.
>  - use '10.0.1.1' to send data instead of use default '127.0.0.1'.
>  - add a new helper has_bytes_sent().
>  - update commit logs.
> 
> Geliang Tang (3):
>   Squash to "selftests/bpf: Add bpf_first test"
>   Squash to "selftests/bpf: Add bpf_bkup test"
>   Squash to "selftests/bpf: Add bpf_rr test"

Thank you for these patches and reviews!

- 8106c5f35319: "squashed" patch 1/3 in "selftests/bpf: Add bpf_first test"
- 1404767ad7db: tg:msg: import new commit message

- 8c2344d28fb6: "squashed" patch 2/3 in "selftests/bpf: Add bpf_bkup test"
- 65805439dcb2: tg:msg: import new commit message

- 9d020c5e7420: "squashed" patch 3/3 in "selftests/bpf: Add bpf_rr test"
- f1ca39aef385: tg:msg: import new commit message

- Results: 293143ba65b0..c3839c0496a1 (export)


Builds and tests are now in progress:

https://cirrus-ci.com/github/multipath-tcp/mptcp_net-next/export/20220607T125051
https://github.com/multipath-tcp/mptcp_net-next/actions/workflows/build-validation.yml?query=branch:export


Cheers,
Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net

Re: [PATCH mptcp-next 0/3] cleanups for bpf sched selftests
Posted by Mat Martineau 3 years, 3 months ago
On Mon, 6 Jun 2022, Geliang Tang wrote:

> do some cleanups for bpf sched selftests:
> - add one more veth net device.
> - use '10.0.1.1' to send data instead of use default '127.0.0.1'.
> - add a new helper has_bytes_sent().
> - update commit logs.
>
> Geliang Tang (3):
>  Squash to "selftests/bpf: Add bpf_first test"
>  Squash to "selftests/bpf: Add bpf_bkup test"
>  Squash to "selftests/bpf: Add bpf_rr test"
>
> .../testing/selftests/bpf/prog_tests/mptcp.c  | 63 ++++++++++++-------
> 1 file changed, 41 insertions(+), 22 deletions(-)
>

Hi Geliang -

Thanks for these selftest enhancements. These 3 commits are ok to squash.


--
Mat Martineau
Intel