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, aams@amazon.com, kuni1840@gmail.com,
netdev@vger.kernel.org
Subject: Re: [PATCH v3 net-next 0/6] af_unix: Introduce per-netns socket hash table.
Date: Wed, 22 Jun 2022 12:20:13 +0000 [thread overview]
Message-ID: <165590041384.22299.3993147401404123836.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220621171913.73401-1-kuniyu@amazon.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Tue, 21 Jun 2022 10:19:07 -0700 you wrote:
> This series replaces unix_socket_table with a per-netns hash table and
> reduces lock contention and time on iterating over the list.
>
> Note the 3rd-6th patches can be a single patch, but for ease of review,
> they are split into small changes without breakage.
>
>
> [...]
Here is the summary with links:
- [v3,net-next,1/6] af_unix: Clean up some sock_net() uses.
https://git.kernel.org/netdev/net-next/c/340c3d337119
- [v3,net-next,2/6] af_unix: Include the whole hash table size in UNIX_HASH_SIZE.
https://git.kernel.org/netdev/net-next/c/f302d180c6d4
- [v3,net-next,3/6] af_unix: Define a per-netns hash table.
https://git.kernel.org/netdev/net-next/c/b6e811383062
- [v3,net-next,4/6] af_unix: Acquire/Release per-netns hash table's locks.
https://git.kernel.org/netdev/net-next/c/79b05beaa5c3
- [v3,net-next,5/6] af_unix: Put a socket into a per-netns hash table.
https://git.kernel.org/netdev/net-next/c/cf2f225e2653
- [v3,net-next,6/6] af_unix: Remove unix_table_locks.
https://git.kernel.org/netdev/net-next/c/2f7ca90a0188
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-06-22 12:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-21 17:19 [PATCH v3 net-next 0/6] af_unix: Introduce per-netns socket hash table Kuniyuki Iwashima
2022-06-21 17:19 ` [PATCH v3 net-next 1/6] af_unix: Clean up some sock_net() uses Kuniyuki Iwashima
2022-06-21 17:19 ` [PATCH v3 net-next 2/6] af_unix: Include the whole hash table size in UNIX_HASH_SIZE Kuniyuki Iwashima
2022-06-21 17:19 ` [PATCH v3 net-next 3/6] af_unix: Define a per-netns hash table Kuniyuki Iwashima
2022-06-21 17:19 ` [PATCH v3 net-next 4/6] af_unix: Acquire/Release per-netns hash table's locks Kuniyuki Iwashima
2022-06-21 17:19 ` [PATCH v3 net-next 5/6] af_unix: Put a socket into a per-netns hash table Kuniyuki Iwashima
2022-07-03 14:06 ` [LTP] [af_unix] d66d39e471: ltp.rpc_pmap_set.fail kernel test robot
2022-07-03 14:06 ` kernel test robot
2022-07-03 14:06 ` kernel test robot
2022-06-21 17:19 ` [PATCH v3 net-next 6/6] af_unix: Remove unix_table_locks Kuniyuki Iwashima
2022-06-22 12:20 ` 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=165590041384.22299.3993147401404123836.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=aams@amazon.com \
--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.