From: Fernando Fernandez Mancera <fmancera@suse.de>
To: longxie86@protonmail.com
Cc: Eric Dumazet <edumazet@google.com>,
netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org, corbet@lwn.net,
ncardwell@google.com, kuniyu@google.com, dsahern@kernel.org,
idosch@nvidia.com, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
Thorsten Toepper <thorsten.toepper@sap.com>
Subject: Re: [PATCH RFC net-next] inet: add ip_retry_random_port sysctl to reduce sequential port retries
Date: Mon, 9 Feb 2026 16:25:54 +0100 [thread overview]
Message-ID: <641a1a66-705e-46ee-9612-db35d92729cf@suse.de> (raw)
In-Reply-To: <egIQQeDF4RIP_614tU-XIK-01DgThdPOU3KA253uNHvZv76zymXyBFhey1G7wj5mA2nwHpdT7VBoGuFnATSO-PS0hUb0Qrt0AyN5JNbpATg=@protonmail.com>
On 2/9/26 2:53 PM, longxie86@protonmail.com wrote:
> On Monday, February 9th, 2026 at 12:57 PM, Fernando Fernandez Mancera <fmancera@suse.de> wrote:
>
>>
>>
>> On 2/6/26 6:09 PM, Eric Dumazet wrote:
>>
>>> On Fri, Feb 6, 2026 at 5:28 PM Fernando Fernandez Mancera
>>> fmancera@suse.de wrote:
>>>
>>>> It makes sense. I have tested this approach and we got a more even
>>>> distribution of source ports when having thousands of reserved ports. No
>>>> difference at all when not using reserved ports.
>>>>
>>>> Please, you can find the distribution graph with the current algorithm
>>>> [1] and with the random step algorithm [2].
>>>>
>>>> While I understand that this approach is introducing a call to
>>>> get_random_u32_below() on every connect, I am wondering if it makes
>>>> sense to replace the existing algorithm with this variant. What do you
>>>> think?
>>>
>>> I would ask RFC 6056 experts like Fernando Gont what they think.
>>>
>>> Note that if we use random at each connect(), we defeat one of the principles
>>> of ephemeral port selection : try very hard to avoid 4-tuple collision.
>>
>>
>> Right. I will reach out to him and get his opinion. I have plenty of
>> time before net-next open again. I am also collecting some metrics
>> regarding the 4-tuple collision frequency.
>>
>
> We have had this problem in AWS for a long time. The patch works on our system. What is needed for it to be included in the next Linux release?
>
This just an RFC, I discourage using it in production yet. An official
v1 will be sent once net-next is open and there it needs to be reviewed
and approved by the maintainers.
> Please bring this to the stable versions.
>
I don't think that will happen. This is an improvement not a "fix" per
definition. Anyway, you could ask for a backport to your
vendor/distribution.
Thanks,
Fernando.
>>>> Please, notice the implementation below. I plan to send an official v1
>>>> once net-next is open. In addition, I am rewriting the commit message as
>>>> I find the current one confusing.
>>>>
>>>> [1] https://0xffsoftware.com/port_graph_current_alg.html
>>>>
>>>> [2] https://0xffsoftware.com/port_graph_random_step_alg.html
>>
>>
prev parent reply other threads:[~2026-02-09 15:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-03 17:54 [PATCH RFC net-next] inet: add ip_retry_random_port sysctl to reduce sequential port retries Fernando Fernandez Mancera
2026-02-03 18:02 ` Fernando Fernandez Mancera
2026-02-04 16:25 ` Fernando Fernandez Mancera
2026-02-04 16:49 ` Eric Dumazet
2026-02-04 17:29 ` Fernando Fernandez Mancera
2026-02-06 16:27 ` Fernando Fernandez Mancera
2026-02-06 17:09 ` Eric Dumazet
2026-02-09 11:56 ` Fernando Fernandez Mancera
2026-02-09 13:53 ` longxie86
2026-02-09 15:25 ` Fernando Fernandez Mancera [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=641a1a66-705e-46ee-9612-db35d92729cf@suse.de \
--to=fmancera@suse.de \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=kuniyu@google.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=longxie86@protonmail.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=thorsten.toepper@sap.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