[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166859281650.28317.12657445251712223826.git-patchwork-notify@kernel.org>
Date: Wed, 16 Nov 2022 10:00:16 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kuniyuki Iwashima <kuniyu@...zon.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, kuni1840@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH v4 net-next 0/5] udp: Introduce optional per-netns hash table.
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:
On Mon, 14 Nov 2022 13:57:52 -0800 you wrote:
> This series is the UDP version of the per-netns ehash series [0],
> which were initially in the same patch set. [1]
>
> The notable difference with TCP is the max table size is 64K and the min
> size is 128. This is because the possible hash range by udp_hashfn()
> always fits in 64K within the same netns and because we want to keep a
> bitmap in udp_lib_get_port() on the stack. Also, the UDP per-netns table
> isolates both 1-tuple and 2-tuple tables.
>
> [...]
Here is the summary with links:
- [v4,net-next,1/5] udp: Clean up some functions.
https://git.kernel.org/netdev/net-next/c/919dfa0b20ae
- [v4,net-next,2/5] udp: Set NULL to sk->sk_prot->h.udp_table.
https://git.kernel.org/netdev/net-next/c/67fb43308f4b
- [v4,net-next,3/5] udp: Set NULL to udp_seq_afinfo.udp_table.
https://git.kernel.org/netdev/net-next/c/478aee5d6bf6
- [v4,net-next,4/5] udp: Access &udp_table via net.
https://git.kernel.org/netdev/net-next/c/ba6aac151677
- [v4,net-next,5/5] udp: Introduce optional per-netns hash table.
https://git.kernel.org/netdev/net-next/c/9804985bf27f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists