Skip to content
Snippets Groups Projects
Commit aee97017 authored by Hawkins Jiawei's avatar Hawkins Jiawei Committed by Michael Tokarev
Browse files

vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits


This entry was duplicated on referenced commit. Removing it.

Fixes: 40237840 ("vhost-vdpa: multiqueue support")
Signed-off-by: default avatarHawkins Jiawei <yin31149@gmail.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent b697a489
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,6 @@ const int vdpa_feature_bits[] = {
VIRTIO_NET_F_CTRL_RX_EXTRA,
VIRTIO_NET_F_CTRL_VLAN,
VIRTIO_NET_F_CTRL_MAC_ADDR,
VIRTIO_NET_F_RSS,
VIRTIO_NET_F_MQ,
VIRTIO_NET_F_CTRL_VQ,
VIRTIO_F_IOMMU_PLATFORM,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment