Message ID | cover.1719190216.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | zerocopy tx cleanups | expand |
On 6/27/24 6:59 AM, Pavel Begunkov wrote: > Assorted zerocopy send path cleanups, the main part of which is > moving some net stack specific accounting out of io_uring back > to net/ in Patch 4. Looks good to me: Reviewed-by: Jens Axboe <axboe@kernel.dk>
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 27 Jun 2024 13:59:40 +0100 you wrote: > Assorted zerocopy send path cleanups, the main part of which is > moving some net stack specific accounting out of io_uring back > to net/ in Patch 4. > > Pavel Begunkov (5): > net: always try to set ubuf in skb_zerocopy_iter_stream > net: split __zerocopy_sg_from_iter() > net: batch zerocopy_fill_skb_from_iter accounting > io_uring/net: move charging socket out of zc io_uring > net: limit scope of a skb_zerocopy_iter_stream var > > [...] Here is the summary with links: - [net-next,1/5] net: always try to set ubuf in skb_zerocopy_iter_stream https://git.kernel.org/netdev/net-next/c/9e2db9d3993e - [net-next,2/5] net: split __zerocopy_sg_from_iter() https://git.kernel.org/netdev/net-next/c/7fb05423fed4 - [net-next,3/5] net: batch zerocopy_fill_skb_from_iter accounting https://git.kernel.org/netdev/net-next/c/aeb320fc05c7 - [net-next,4/5] io_uring/net: move charging socket out of zc io_uring https://git.kernel.org/netdev/net-next/c/060f4ba6e403 - [net-next,5/5] net: limit scope of a skb_zerocopy_iter_stream var https://git.kernel.org/netdev/net-next/c/2ca58ed21cef You are awesome, thank you!