From: Chia-Yu Chang <redacted>
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