diff options
author | 2020-02-25 12:32:11 +0900 | |
---|---|---|
committer | 2020-02-25 22:50:55 +0100 | |
commit | f1d4884d6871ded0592604b0e72e4a7bd292eab9 (patch) | |
tree | 8dc007db074025902c81b2d0a43e5df0c9fd0fb1 /scripts/bpf_helpers_doc.py | |
parent | selftests/bpf: Print backtrace on SIGSEGV in test_progs (diff) | |
download | linux-dev-f1d4884d6871ded0592604b0e72e4a7bd292eab9.tar.xz linux-dev-f1d4884d6871ded0592604b0e72e4a7bd292eab9.zip |
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 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions