Message ID | cover.1684166247.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | minor tcp io_uring zc optimisations | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 15 May 2023 17:06:35 +0100 you wrote: > Patch 1 is a simple cleanup, patch 2 gives removes 2 atomics from the > io_uring zc TCP submission path, which yielded extra 0.5% for my > throughput CPU bound tests based on liburing/examples/send-zerocopy.c > > Pavel Begunkov (2): > net/tcp: don't peek at tail for io_uring zc > net/tcp: optimise io_uring zc ubuf refcounting > > [...] Here is the summary with links: - [net-next,1/2] net/tcp: don't peek at tail for io_uring zc https://git.kernel.org/netdev/net-next/c/eea96a3e2c90 - [net-next,2/2] net/tcp: optimise io_uring zc ubuf refcounting https://git.kernel.org/netdev/net-next/c/a7533584728d You are awesome, thank you!