Re: [PATCH v3 0/9] vsock/virtio: SKB allocation improvements
From: Will Deacon <will@kernel.org>
Date: 2025-07-15 15:05:29
Also in:
lkml, virtualization
From: Will Deacon <will@kernel.org>
Date: 2025-07-15 15:05:29
Also in:
lkml, virtualization
On Tue, Jul 15, 2025 at 12:01:56PM +0200, Stefano Garzarella wrote:
On Mon, Jul 14, 2025 at 04:20:54PM +0100, Will Deacon wrote:quoted
Hi folks, Here is version three of the patches I previously posted here: v1: https://lore.kernel.org/r/20250625131543.5155-1-will@kernel.org (local) v2: https://lore.kernel.org/r/20250701164507.14883-1-will@kernel.org (local) Changes since v2 include: * Pass payload length as a parameter to virtio_vsock_skb_put() * Reinstate VIRTIO_VSOCK_DEFAULT_RX_BUF_SIZE based on a 4KiB total allocation size * Split movement of bounds check into a separate patch Thanks again to Stefano for all the review feedback so far.Thanks for the series! I left just a small comment on a patch, the rest LGTM! I run my test suite without any issue!
Thank, Stefano. I'll send a v4 later this week with your R-b tags and an unlikely() in the second patch. Will