Re: [PATCH net-next v3 1/3] vsock/virtio: use skb_frag_*() helpers
From: Shakeel Butt <hidden>
Date: 2023-12-21 21:40:07
Also in:
kvm, lkml, virtualization
From: Shakeel Butt <hidden>
Date: 2023-12-21 21:40:07
Also in:
kvm, lkml, virtualization
On Wed, Dec 20, 2023 at 1:45 PM Mina Almasry [off-list ref] wrote:
Minor fix for virtio: code wanting to access the fields inside an skb frag should use the skb_frag_*() helpers, instead of accessing the fields directly. This allows for extensions where the underlying memory is not a page. Signed-off-by: Mina Almasry <redacted>
Reviewed-by: Shakeel Butt <redacted>