diff mbox series

[PULL,05/10] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits

Message ID aee9701729db62c01aa5927c1b690e9bc2b84460.1688793073.git.mjt@tls.msk.ru
State New
Headers show
Series [PULL,01/10] hw/riscv/virt.c: fix typo in 'aia' description | expand

Commit Message

Michael Tokarev July 8, 2023, 5:12 a.m. UTC
From: Hawkins Jiawei <yin31149@gmail.com>

This entry was duplicated on referenced commit. Removing it.

Fixes: 402378407dbd ("vhost-vdpa: multiqueue support")
Signed-off-by: Hawkins Jiawei <yin31149@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 net/vhost-vdpa.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
index e19ab063fa..0479988a79 100644
--- a/net/vhost-vdpa.c
+++ b/net/vhost-vdpa.c
@@ -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,