Message ID | 20241114105207.30185-1-lulie@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | udp: Add 4-tuple hash for connected sockets | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 14 Nov 2024 18:52:03 +0800 you wrote: > This patchset introduces 4-tuple hash for connected udp sockets, to make > connected udp lookup faster. > > Stress test results (with 1 cpu fully used) are shown below, in pps: > (1) _un-connected_ socket as server > [a] w/o hash4: 1,825176 > [b] w/ hash4: 1,831750 (+0.36%) > > [...] Here is the summary with links: - [v9,net-next,1/4] net/udp: Add a new struct for hash2 slot https://git.kernel.org/netdev/net-next/c/accdd51dc74f - [v9,net-next,2/4] net/udp: Add 4-tuple hash list basis https://git.kernel.org/netdev/net-next/c/dab78a1745ab - [v9,net-next,3/4] ipv4/udp: Add 4-tuple hash for connected socket https://git.kernel.org/netdev/net-next/c/78c91ae2c6de - [v9,net-next,4/4] ipv6/udp: Add 4-tuple hash for connected socket https://git.kernel.org/netdev/net-next/c/1b29a730ef8b You are awesome, thank you!