diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2020-02-25 12:32:11 +0900 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-02-25 22:50:55 +0100 |
commit | f1d4884d6871ded0592604b0e72e4a7bd292eab9 (patch) | |
tree | 8dc007db074025902c81b2d0a43e5df0c9fd0fb1 /virt | |
parent | 9fb156bb82a33f01708fbbb8828836a4219efc3d (diff) |
virtio_net: Keep vnet header zeroed if XDP is loaded for small buffer
We do not want to care about the vnet header in receive_small() if XDP
is loaded, since we can not know whether or not the packet is modified
by XDP.
Fixes: f6b10209b90d ("virtio-net: switch to use build_skb() for small buffer")
Signed-off-by: Yuya Kusakabe <yuya.kusakabe@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Link: https://lore.kernel.org/bpf/20200225033212.437563-1-yuya.kusakabe@gmail.com
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions