Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest

2024-05-10 Thread Manu Bretelle
On 5/10/24, 7:06 AM, "Alexei Starovoitov" mailto:alexei.starovoi...@gmail.com>> wrote: !---| This Message Is From an External Sender |---! On Thu, May 9, 2024 at

Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest

2024-05-10 Thread Alexei Starovoitov
On Thu, May 9, 2024 at 11:31 AM Matthieu Baerts wrote: > > Hello, > > On 09/05/2024 17:49, Matthieu Baerts (NGI0) wrote: > > From: Geliang Tang > > > > This patch adds a subtest named test_subflow to load and verify the newly > > added mptcp subflow example in test_mptcp. Add a helper

Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest

2024-05-09 Thread Matthieu Baerts
Hello, On 09/05/2024 17:49, Matthieu Baerts (NGI0) wrote: > From: Geliang Tang > > This patch adds a subtest named test_subflow to load and verify the newly > added mptcp subflow example in test_mptcp. Add a helper endpoint_init() > to add a new subflow endpoint. Add another helper ss_search()

[PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest

2024-05-09 Thread Matthieu Baerts (NGI0)
From: Geliang Tang This patch adds a subtest named test_subflow to load and verify the newly added mptcp subflow example in test_mptcp. Add a helper endpoint_init() to add a new subflow endpoint. Add another helper ss_search() to verify the fwmark and congestion values set by mptcp_subflow prog