Skip to content
Commit 06d9b446 authored by Mina Almasry's avatar Mina Almasry Committed by Jakub Kicinski
Browse files

vsock/virtio: use skb_frag_*() helpers



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.

Acked-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarMina Almasry <almasrymina@google.com>
Link: https://lore.kernel.org/r/20240102205905.793738-1-almasrymina@google.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 53049698
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment