Re: [PATCH net-next 2/8] mptcp: sched: split validation part

2025-04-11 Thread Geliang Tang
Hi Matt, On Fri, 2025-04-11 at 13:04 +0200, Matthieu Baerts (NGI0) wrote: > From: Geliang Tang Please update my email as "Geliang Tang " here and in patch 7, otherwise, CI will complain that the email address after "From: " is different from that after "Signed-off-by: ". Thanks, -Geliang > >

Re: [PATCH net-next 2/8] mptcp: sched: split validation part

2025-04-11 Thread Matthieu Baerts
Hi Geliang, On 11/04/2025 15:57, Geliang Tang wrote: > Hi Matt, > > On Fri, 2025-04-11 at 13:04 +0200, Matthieu Baerts (NGI0) wrote: >> From: Geliang Tang > > Please update my email as "Geliang Tang " here > and in patch 7, otherwise, CI will complain that the email address > after "From: " is

[PATCH net-next 2/8] mptcp: sched: split validation part

2025-04-11 Thread Matthieu Baerts (NGI0)
From: Geliang Tang A new interface .validate has been added in struct bpf_struct_ops recently. This patch prepares a future struct_ops support by implementing it as a new helper mptcp_validate_scheduler() for struct mptcp_sched_ops. In this helper, check whether the required ops "get_subflow" of