All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@amazon.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, kuni1840@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH v4 net-next 0/5] udp: Introduce optional per-netns hash table.
Date: Wed, 16 Nov 2022 10:00:16 +0000	[thread overview]
Message-ID: <166859281650.28317.12657445251712223826.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221114215757.37455-1-kuniyu@amazon.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.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



      parent reply	other threads:[~2022-11-16 10:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14 21:57 [PATCH v4 net-next 0/5] udp: Introduce optional per-netns hash table Kuniyuki Iwashima
2022-11-14 21:57 ` [PATCH v4 net-next 1/5] udp: Clean up some functions Kuniyuki Iwashima
2022-11-14 21:57 ` [PATCH v4 net-next 2/5] udp: Set NULL to sk->sk_prot->h.udp_table Kuniyuki Iwashima
2022-11-14 21:57 ` [PATCH v4 net-next 3/5] udp: Set NULL to udp_seq_afinfo.udp_table Kuniyuki Iwashima
2022-11-14 21:57 ` [PATCH v4 net-next 4/5] udp: Access &udp_table via net Kuniyuki Iwashima
2022-11-14 21:57 ` [PATCH v4 net-next 5/5] udp: Introduce optional per-netns hash table Kuniyuki Iwashima
2022-11-16 10:00 ` patchwork-bot+netdevbpf [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=166859281650.28317.12657445251712223826.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=kuni1840@gmail.com \
    --cc=kuniyu@amazon.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 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.