[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251106003357.273403-1-kuniyu@google.com>
Date: Thu, 6 Nov 2025 00:32:39 +0000
From: Kuniyuki Iwashima <kuniyu@...gle.com>
To: Eric Dumazet <edumazet@...gle.com>, Neal Cardwell <ncardwell@...gle.com>,
"David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>
Cc: Simon Horman <horms@...nel.org>, Yuchung Cheng <ycheng@...gle.com>,
Kuniyuki Iwashima <kuniyu@...gle.com>, Kuniyuki Iwashima <kuni1840@...il.com>, netdev@...r.kernel.org
Subject: [PATCH v1 net-next 0/6] tcp: Clean up SYN+ACK RTO code and apply max RTO.
Patch 1 - 4 are misc cleanup.
Patch 5 applies max RTO to non-TFO SYN+ACK.
Patch 6 adds a test for max RTO of SYN+ACK.
Kuniyuki Iwashima (6):
tcp: Call tcp_syn_ack_timeout() directly.
tcp: Remove timeout arg from reqsk_queue_hash_req().
tcp: Remove redundant init for req->num_timeout.
tcp: Remove timeout arg from reqsk_timeout().
tcp: Apply max RTO to non-TFO SYN+ACK.
selftest: packetdrill: Add max RTO test for SYN+ACK.
include/net/inet_connection_sock.h | 11 +---
include/net/request_sock.h | 1 -
include/net/tcp.h | 8 +++
net/ipv4/inet_connection_sock.c | 19 ++++---
net/ipv4/tcp_input.c | 14 ++---
net/ipv4/tcp_ipv4.c | 1 -
net/ipv4/tcp_minisocks.c | 5 +-
net/ipv4/tcp_timer.c | 3 +-
net/ipv6/tcp_ipv6.c | 1 -
.../packetdrill/tcp_rto_synack_rto_max.pkt | 54 +++++++++++++++++++
10 files changed, 81 insertions(+), 36 deletions(-)
create mode 100644 tools/testing/selftests/net/packetdrill/tcp_rto_synack_rto_max.pkt
--
2.51.2.1026.g39e6a42477-goog
Powered by blists - more mailing lists