netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kuniyuki Iwashima <kuniyu@amazon.com>
To: <edumazet@google.com>
Cc: <davem@davemloft.net>, <eric.dumazet@gmail.com>,
	<horms@kernel.org>, <kernelxing@tencent.com>, <kuba@kernel.org>,
	<kuniyu@amazon.com>, <ncardwell@google.com>,
	<netdev@vger.kernel.org>, <pabeni@redhat.com>
Subject: Re: [PATCH net-next 2/5] tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
Date: Mon, 10 Feb 2025 09:32:58 +0900	[thread overview]
Message-ID: <20250210003258.49725-1-kuniyu@amazon.com> (raw)
In-Reply-To: <20250207152830.2527578-3-edumazet@google.com>

From: Eric Dumazet <edumazet@google.com>
Date: Fri,  7 Feb 2025 15:28:27 +0000
> We want to factorize calls to inet_csk_reset_xmit_timer(),
> to ease TCP_RTO_MAX change.
> 
> Current users want to add tcp_pacing_delay(sk)
> to the timeout.
> 
> Remaining calls to inet_csk_reset_xmit_timer()
> do not add the pacing delay. Following patch
> will convert them, passing false for @pace_delay.
> 
> Signed-off-by: Eric Dumazet <edumazet@google.com>

Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>

  parent reply	other threads:[~2025-02-10  0:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-07 15:28 [PATCH net-next 0/5] tcp: allow to reduce max RTO Eric Dumazet
2025-02-07 15:28 ` [PATCH net-next 1/5] tcp: remove tcp_reset_xmit_timer() @max_when argument Eric Dumazet
2025-02-08  5:29   ` Jason Xing
2025-02-08 23:46     ` Neal Cardwell
2025-02-10  0:30   ` Kuniyuki Iwashima
2025-02-07 15:28 ` [PATCH net-next 2/5] tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() Eric Dumazet
2025-02-08  5:31   ` Jason Xing
2025-02-08 23:46     ` Neal Cardwell
2025-02-10  0:32   ` Kuniyuki Iwashima [this message]
2025-02-07 15:28 ` [PATCH net-next 3/5] tcp: use tcp_reset_xmit_timer() Eric Dumazet
2025-02-08  5:32   ` Jason Xing
2025-02-08 23:47     ` Neal Cardwell
2025-02-10  0:36   ` Kuniyuki Iwashima
2025-02-07 15:28 ` [PATCH net-next 4/5] tcp: add the ability to control max RTO Eric Dumazet
2025-02-08  5:36   ` Jason Xing
2025-02-08 23:47     ` Neal Cardwell
2025-02-10  8:18     ` Eric Dumazet
2025-02-10  8:28       ` Jason Xing
2025-02-10  0:43   ` Kuniyuki Iwashima
2025-02-07 15:28 ` [PATCH net-next 5/5] tcp: add tcp_rto_max_ms sysctl Eric Dumazet
2025-02-08  5:45   ` Jason Xing
2025-02-08 23:48     ` Neal Cardwell
2025-02-10  0:46   ` Kuniyuki Iwashima
2025-02-11 12:30 ` [PATCH net-next 0/5] tcp: allow to reduce max RTO patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250210003258.49725-1-kuniyu@amazon.com \
    --to=kuniyu@amazon.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=eric.dumazet@gmail.com \
    --cc=horms@kernel.org \
    --cc=kernelxing@tencent.com \
    --cc=kuba@kernel.org \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).