Re: [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

2024-05-08 Thread Alexei Starovoitov
On Wed, May 8, 2024 at 12:36 AM Matthieu Baerts wrote: > > > > > The concern with picking reno is extra deps to CI and every developer. > > Currently in selftests/bpf/config we do: > > CONFIG_TCP_CONG_DCTCP=y > > CONFIG_TCP_CONG_BBR=y > > > > I'd like to avoid adding reno there as well. > > Will

Re: [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

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

Re: [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

2024-05-07 Thread Alexei Starovoitov
On Tue, May 7, 2024 at 9:03 AM Matthieu Baerts wrote: > > Hi Alexei, > > Thank you for the review! > > On 07/05/2024 16:49, Alexei Starovoitov wrote: > > On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) > > wrote: > >> > >> From: Nicolas Rybowski > >> > >> Move Nicolas's patch into bpf

Re: [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

2024-05-07 Thread Matthieu Baerts
Hi Alexei, Thank you for the review! On 07/05/2024 16:49, Alexei Starovoitov wrote: > On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) > wrote: >> >> From: Nicolas Rybowski >> >> Move Nicolas's patch into bpf selftests directory. This example added a >> test that was adding a different

Re: [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

2024-05-07 Thread Alexei Starovoitov
On Tue, May 7, 2024 at 3:53 AM Matthieu Baerts (NGI0) wrote: > > From: Nicolas Rybowski > > Move Nicolas's patch into bpf selftests directory. This example added a > test that was adding a different mark (SO_MARK) on each subflow, and > changing the TCP CC only on the first subflow. > > This

[PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

2024-05-07 Thread Matthieu Baerts (NGI0)
From: Nicolas Rybowski Move Nicolas's patch into bpf selftests directory. This example added a test that was adding a different mark (SO_MARK) on each subflow, and changing the TCP CC only on the first subflow. This example shows how it is possible to: Identify the parent msk of an MPTCP