All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 net-next 0/2] Explicit TSO segment count
@ 2026-08-14 17:30 chia-yu.chang
  2026-08-14 17:30 ` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback chia-yu.chang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: chia-yu.chang @ 2026-08-14 17:30 UTC (permalink / raw)
  To: john.fastabend, jakub, jiayuan.chen, netdev, bpf, ast, daniel,
	andrii, eddyz87, memxor, martin.lau, song, yonghong.song, jolsa,
	emil, linux-kselftest, shuah, horms, dsahern, pabeni, jhs, kuba,
	stephen, davem, edumazet, andrew+netdev, donald.hunter, kuniyu,
	ij, ncardwell, koen.de_schepper, g.white, ingemar.s.johansson,
	mirja.kuehlewind, cheshire, rs.ietf, Jason_Livingood, vidhi_goel
  Cc: Chia-Yu Chang

From: Chia-Yu Chang <chia-yu.chang@nokia-bell-labs.com>

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-18  0:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 17:30 [PATCH v7 net-next 0/2] Explicit TSO segment count chia-yu.chang
2026-08-14 17:30 ` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback chia-yu.chang
2026-08-15 17:31   ` sashiko-bot
2026-08-14 17:30 ` [PATCH v7 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls chia-yu.chang
2026-08-15 17:31   ` sashiko-bot
2026-08-18  0:36 ` [PATCH v7 net-next 0/2] Explicit TSO segment count Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.