public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tcp: make tcp_ack() faster
@ 2026-01-27  3:21 Eric Dumazet
  2026-01-27  3:21 ` [PATCH net-next 1/3] tcp: mark tcp_process_tlp_ack() as unlikely Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Dumazet @ 2026-01-27  3:21 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, Neal Cardwell, Kuniyuki Iwashima, netdev,
	eric.dumazet, Eric Dumazet

Move tcp_rack_update_reo_wnd() and tcp_rack_advance() to tcp_input.c
to allow their (auto)inlining.

No functional change in this series.

Eric Dumazet (3):
  tcp: mark tcp_process_tlp_ack() as unlikely
  tcp: move tcp_rack_update_reo_wnd() to tcp_input.c
  tcp: move tcp_rack_advance() to tcp_input.c

 include/net/tcp.h       |  3 --
 net/ipv4/tcp_input.c    | 79 +++++++++++++++++++++++++++++++++++++++--
 net/ipv4/tcp_recovery.c | 75 --------------------------------------
 3 files changed, 77 insertions(+), 80 deletions(-)

-- 
2.53.0.rc1.217.geba53bf80e-goog


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

end of thread, other threads:[~2026-01-29  3:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  3:21 [PATCH net-next 0/3] tcp: make tcp_ack() faster Eric Dumazet
2026-01-27  3:21 ` [PATCH net-next 1/3] tcp: mark tcp_process_tlp_ack() as unlikely Eric Dumazet
2026-01-27  3:27   ` Kuniyuki Iwashima
2026-01-27  3:21 ` [PATCH net-next 2/3] tcp: move tcp_rack_update_reo_wnd() to tcp_input.c Eric Dumazet
2026-01-27  3:28   ` Kuniyuki Iwashima
2026-01-27  3:21 ` [PATCH net-next 3/3] tcp: move tcp_rack_advance() " Eric Dumazet
2026-01-27  3:29   ` Kuniyuki Iwashima
2026-01-29  3:50 ` [PATCH net-next 0/3] tcp: make tcp_ack() faster patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox