On Thu, Jun 12, 2025 at 4:32 PM Jason Wang <jasowang@xxxxxxxxxx> wrote: > > With f95f0f95cfb7("net, xdp: Introduce xdp_init_buff utility routine"), > buffer length could be stored as frame size so there's no need to have > a dedicated tun_xdp_hdr structure. We can simply store virtio net > header instead. > > Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx> > --- Hello maintainers: Are we ok with this series? Thanks