Re: [PATCH net-next v7 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
From: Jason Wang <jasowang@redhat.com>
Date: 2024-07-08 06:18:37
Also in:
bpf, virtualization
From: Jason Wang <jasowang@redhat.com>
Date: 2024-07-08 06:18:37
Also in:
bpf, virtualization
On Fri, Jul 5, 2024 at 3:37 PM Xuan Zhuo [off-list ref] wrote:
virtio net has VIRTIO_XDP_HEADROOM that is equal to XDP_PACKET_HEADROOM to calculate the headroom for xdp. But here we should use the macro XDP_PACKET_HEADROOM from bpf.h to calculate the headroom for xdp. So here we remove the VIRTIO_XDP_HEADROOM, and use the XDP_PACKET_HEADROOM to replace it. Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com> Thanks