virtio_net: Update xdp_features with xdp multi-buff
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 7 Feb 2023 09:53:40 +0000 (10:53 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 7 Feb 2023 22:07:28 +0000 (23:07 +0100)
commit30bbf891f1b8fd92db271c7198609a076d7fbf14
tree012ee5d4c047770aa8af6b5650b158719fa08e2e
parent02fc0e73e852f78ec374004f924b9d84275d0006
virtio_net: Update xdp_features with xdp multi-buff

Now virtio-net supports xdp multi-buffer so add it to xdp_features.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Link: https://lore.kernel.org/bpf/60c76cd63a0246db785606e8891b925fd5c9bf06.1675763384.git.lorenzo@kernel.org
drivers/net/virtio_net.c