[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260127032147.3498272-1-edumazet@google.com>
Date: Tue, 27 Jan 2026 03:21:44 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Simon Horman <horms@...nel.org>, Neal Cardwell <ncardwell@...gle.com>,
Kuniyuki Iwashima <kuniyu@...gle.com>, netdev@...r.kernel.org, eric.dumazet@...il.com,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/3] tcp: make tcp_ack() faster
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
Powered by blists - more mailing lists