On Wed, Mar 12, 2025 at 5:57 AM Eric Dumazet <edumazet@xxxxxxxxxx> wrote: > > On Tue, Mar 11, 2025 at 9:56 AM Jason Xing <kerneljasonxing@xxxxxxxxx> wrote: > > > > Introduce bpf_sol_tcp_getsockopt() helper. > > > > Add bpf_getsockopt for RTO MIN and DELACK MAX. > > > > Add setsockopt/getsockopt for RTO MIN and DELACK MAX. > > > > Add corresponding selftests for bpf. > > > > v2 > > Link: https://lore.kernel.org/all/20250309123004.85612-1-kerneljasonxing@xxxxxxxxx/ > > 1. add bpf getsockopt common helper > > 2. target bpf-next net branch > > Some of us are busy attending netdev conference. > > Please split this series in two, one for pure TCP changes and one > other for BPF, and send it after the netdev conference ends. No problem. I will handle the BPF part first. > > It is not because BPF stuff is added that suddenly a series can escape > TCP maintainers attention. Oh, it is obviously not my intention :) The netdev parts are definitely needed TCP maintainers ack for sure :) Thanks, Jason