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. It is not because BPF stuff is added that suddenly a series can escape TCP maintainers attention. Thank you