All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jiayuan Chen" <jiayuan.chen@linux.dev>
To: "Jakub Kicinski" <kuba@kernel.org>
Cc: "Eric Dumazet" <edumazet@google.com>,
	bpf@vger.kernel.org, mrpre@163.com,
	"David S. Miller" <davem@davemloft.net>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Simon Horman" <horms@kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Neal Cardwell" <ncardwell@google.com>,
	"Kuniyuki  Iwashima" <kuniyu@amazon.com>,
	"David Ahern" <dsahern@kernel.org>,
	"Steffen  Klassert" <steffen.klassert@secunet.com>,
	"Sabrina Dubroca" <sd@queasysnail.net>,
	"Nicolas Dichtel" <nicolas.dichtel@6wind.com>,
	"Antony Antony" <antony.antony@secunet.com>,
	"Christian Hopps" <chopps@labn.net>,
	netdev@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND net-next v3 2/2] tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Date: Tue, 08 Apr 2025 15:49:59 +0000	[thread overview]
Message-ID: <a3e08ca65f86dac1f741ef002af2feac69537041@linux.dev> (raw)
In-Reply-To: <20250408081930.2734169c@kernel.org>

April 8, 2025 at 23:19, "Jakub Kicinski" <kuba@kernel.org> wrote:

> 
> On Tue, 08 Apr 2025 14:57:29 +0000 Jiayuan Chen wrote:
> > 
> > > When TCP is in TIME_WAIT state, PAWS verification uses
> >  > LINUX_PAWSESTABREJECTED, which is ambiguous and cannot be distinguished
> >  > from other PAWS verification processes.
> >  > Moreover, when PAWS occurs in TIME_WAIT, we typically need to pay special
> >  > attention to upstream network devices, so we added a new counter, like the
> >  > existing PAWS_OLD_ACK one.
> >  > 
> > 
> > 
> >  I really dislike the repetition of "upstream network devices".
> >  Is it mentioned in some RFC ? 
> >  
> >  I used this term to refer to devices that are located in the path of the
> >  TCP connection
> > 
> 
> Could we use some form of: "devices that are located in the path of the
> TCP connection" ? Maybe just "devices in the networking path" ?
> I hope that will be sufficiently clear in all contexts.
> 
> Upstream devices sounds a little like devices which have drivers in
> 
> upstream Linux kernel :(


That makes sense :).

Thanks.

> > 
> > such as firewalls, NATs, or routers, which can perform
> >  SNAT or DNAT and these network devices use addresses from their own limited
> >  address pools to masquerade the source address during forwarding, this
> >  can cause PAWS verification to fail more easily.
> > 
> >  You are right that this term is not mentioned in RFC but it's commonly used
> >  in IT infrastructure contexts. Sorry to have caused misunderstandings.
> 
> -- 
> 
> pw-bot: cr
>

      reply	other threads:[~2025-04-08 15:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07 13:59 [PATCH RESEND net-next v3 0/2] tcp: add a new TW_PAWS drop reason Jiayuan Chen
2025-04-07 13:59 ` [PATCH RESEND net-next v3 1/2] tcp: add TCP_RFC7323_TW_PAWS " Jiayuan Chen
2025-04-08 14:16   ` Eric Dumazet
2025-04-07 13:59 ` [PATCH RESEND net-next v3 2/2] tcp: add LINUX_MIB_PAWS_TW_REJECTED counter Jiayuan Chen
2025-04-08 14:18   ` Eric Dumazet
2025-04-08 14:57     ` Jiayuan Chen
2025-04-08 15:19       ` Jakub Kicinski
2025-04-08 15:49         ` Jiayuan Chen [this message]

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=a3e08ca65f86dac1f741ef002af2feac69537041@linux.dev \
    --to=jiayuan.chen@linux.dev \
    --cc=antony.antony@secunet.com \
    --cc=bpf@vger.kernel.org \
    --cc=chopps@labn.net \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuniyu@amazon.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mrpre@163.com \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.dichtel@6wind.com \
    --cc=pabeni@redhat.com \
    --cc=sd@queasysnail.net \
    --cc=steffen.klassert@secunet.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 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.