[PATCH v7 net-next 0/2] Explicit TSO segment count
| Newsgroups | org.kernel.vger.bpf,org.kernel.vger.linux-kselftest,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
From: Chia-Yu Chang <[email protected]> Hello, Please find the v7 explicit tso segment count series. It replacece min_tso_segs() with tso_segs() CC callback and make tcp_tso_autosize() available to BPF congestion controls. Best regards, Chia-Yu --- Chia-Yu Chang (2): tcp: Replace min_tso_segs() with tso_segs() CC callback bpf: make tcp_tso_autosize() available to BPF congestion controls include/net/tcp.h | 12 ++++++++++-- net/ipv4/bpf_tcp_ca.c | 5 +++-- net/ipv4/tcp_bbr.c | 13 ++++++++++--- net/ipv4/tcp_output.c | 18 +++++++++--------- .../testing/selftests/bpf/progs/tcp_ca_kfunc.c | 16 ++++++++++++---- 5 files changed, 44 insertions(+), 20 deletions(-) -- 2.34.1