Re: [PATCH v3 0/9] vsock/virtio: SKB allocation improvements
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2025-07-15 10:02:12
Also in:
lkml, virtualization
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2025-07-15 10:02:12
Also in:
lkml, virtualization
On Mon, Jul 14, 2025 at 04:20:54PM +0100, Will Deacon wrote:
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! Thanks, Stefano