Message ID | 20250302124237.3913746-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: scale connect() under pressure | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sun, 2 Mar 2025 12:42:33 +0000 you wrote: > Adoption of bhash2 in linux-6.1 made some operations almost twice > more expensive, because of additional locks. > > This series adds RCU in __inet_hash_connect() to help the > case where many attempts need to be made before finding > an available 4-tuple. > > [...] Here is the summary with links: - [net-next,1/4] tcp: use RCU in __inet{6}_check_established() https://git.kernel.org/netdev/net-next/c/ae9d5b19b322 - [net-next,2/4] tcp: optimize inet_use_bhash2_on_bind() https://git.kernel.org/netdev/net-next/c/ca79d80b0b9f - [net-next,3/4] tcp: add RCU management to inet_bind_bucket https://git.kernel.org/netdev/net-next/c/d186f405fdf4 - [net-next,4/4] tcp: use RCU lookup in __inet_hash_connect() https://git.kernel.org/netdev/net-next/c/86c2bc293b81 You are awesome, thank you!