From: Jakub Kicinski <kuba@kernel.org>
To: "Jiayuan Chen" <jiayuan.chen@linux.dev>
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, 8 Apr 2025 08:19:30 -0700 [thread overview]
Message-ID: <20250408081930.2734169c@kernel.org> (raw)
In-Reply-To: <46c9a3cd5888df36ec17bcc5bfd57aab687d4273@linux.dev>
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 :(
> 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
next prev parent reply other threads:[~2025-04-08 15:19 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 [this message]
2025-04-08 15:49 ` Jiayuan Chen
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=20250408081930.2734169c@kernel.org \
--to=kuba@kernel.org \
--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=jiayuan.chen@linux.dev \
--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.