Re: [PATCH mptcp-next 0/2] Drop mptcp_pm_subflow_chk_stale in bpf
Paolo Abeni <[email protected]>
| Newsgroups | dev.linux.lists.mptcp |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/26 11:10 AM, Geliang Tang wrote: > From: Geliang Tang <[email protected]> > > Since mptcp_pm_subflow_chk_stale is removed in the "mptcp: address stall > under memory pressure" series, this patch drops it from BPF to keep the > BPF tests passing. > > Based-on: <[email protected]> > > Geliang Tang (2): > Squash to "bpf: Export mptcp packet scheduler helpers" > Squash to "selftests/bpf: Add bpf_burst scheduler & test" > > net/mptcp/bpf.c | 1 - > tools/testing/selftests/bpf/progs/mptcp_bpf_burst.c | 2 -- > 2 files changed, 3 deletions(-) > Thanks Geliang for the quick turn around! Both patches LGTM! Side note: I really think it's for the better to keep the stale subflow logic detection out of the retrans scheduler. /P