35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
From e316083c41f99c424879622c6e79452a6878b32f Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Eugenio=20P=C3=A9rez?= <eperezma@redhat.com>
|
|
Date: Thu, 20 Oct 2022 10:00:58 +0200
|
|
Subject: [PATCH] vdpa: Delete duplicated vdpa_feature_bits entry
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This entry was duplicated on referenced commit. Removing it.
|
|
|
|
Fixes: 402378407dbd ("vhost-vdpa: multiqueue support")
|
|
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
|
|
Acked-by: Jason Wang <jasowang@redhat.com>
|
|
Signed-off-by: Jason Wang <jasowang@redhat.com>
|
|
Signed-off-by: fangyi <eric.fangyi@huawei.com>
|
|
---
|
|
net/vhost-vdpa.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
|
|
index 479abf97a7..f4f6b8587f 100644
|
|
--- a/net/vhost-vdpa.c
|
|
+++ b/net/vhost-vdpa.c
|
|
@@ -62,7 +62,6 @@ const int vdpa_feature_bits[] = {
|
|
VIRTIO_NET_F_CTRL_RX,
|
|
VIRTIO_NET_F_CTRL_RX_EXTRA,
|
|
VIRTIO_NET_F_CTRL_VLAN,
|
|
- VIRTIO_NET_F_GUEST_ANNOUNCE,
|
|
VIRTIO_NET_F_CTRL_MAC_ADDR,
|
|
VIRTIO_NET_F_RSS,
|
|
VIRTIO_NET_F_MQ,
|
|
--
|
|
2.27.0
|
|
|