Re: [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

2024-05-10 Thread Geliang Tang
On Tue, 2024-05-07 at 13:51 -0700, Alexei Starovoitov wrote: > On Tue, May 7, 2024 at 9:02 AM Matthieu Baerts > wrote: > > > > Hi Alexei, > > > > Thank you for the review! > > > > On 07/05/2024 16:44, Alexei Starovoitov wrote: > > > On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) > > >

Re: [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

2024-05-08 Thread Matthieu Baerts
Hi Alexei, Thank you for your reply! On 07/05/2024 22:51, Alexei Starovoitov wrote: > On Tue, May 7, 2024 at 9:02 AM Matthieu Baerts wrote: >> >> Hi Alexei, >> >> Thank you for the review! >> >> On 07/05/2024 16:44, Alexei Starovoitov wrote: >>> On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts

Re: [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

2024-05-07 Thread Alexei Starovoitov
On Tue, May 7, 2024 at 9:02 AM Matthieu Baerts wrote: > > Hi Alexei, > > Thank you for the review! > > On 07/05/2024 16:44, Alexei Starovoitov wrote: > > On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) > > wrote: > >> > >> From: Geliang Tang > >> > >> Each MPTCP subtest tests

Re: [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

2024-05-07 Thread Matthieu Baerts
Hi Alexei, Thank you for the review! On 07/05/2024 16:44, Alexei Starovoitov wrote: > On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) > wrote: >> >> From: Geliang Tang >> >> Each MPTCP subtest tests test__start_subtest(suffix), then invokes >> test_suffix(). It makes sense to add a new

Re: [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

2024-05-07 Thread Alexei Starovoitov
On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) wrote: > > From: Geliang Tang > > Each MPTCP subtest tests test__start_subtest(suffix), then invokes > test_suffix(). It makes sense to add a new macro RUN_MPTCP_TEST to > simpolify the code. > > Signed-off-by: Geliang Tang > Reviewed-by:

[PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

2024-05-07 Thread Matthieu Baerts (NGI0)
From: Geliang Tang Each MPTCP subtest tests test__start_subtest(suffix), then invokes test_suffix(). It makes sense to add a new macro RUN_MPTCP_TEST to simpolify the code. Signed-off-by: Geliang Tang Reviewed-by: Mat Martineau Signed-off-by: Matthieu Baerts (NGI0) ---