summaryrefslogtreecommitdiffstats
path: root/hw/net
diff options
context:
space:
mode:
authorEugenio Pérez2022-07-20 08:59:27 +0200
committerJason Wang2022-07-20 10:58:08 +0200
commit6758c01f054c2a842d41d927d628b09f649d3254 (patch)
treef1d828605c106df92b9d8612012e0642ee9d3b56 /hw/net
parentvhost: move descriptor translation to vhost_svq_vring_write_descs (diff)
downloadqemu-6758c01f054c2a842d41d927d628b09f649d3254.tar.gz
qemu-6758c01f054c2a842d41d927d628b09f649d3254.tar.xz
qemu-6758c01f054c2a842d41d927d628b09f649d3254.zip
virtio-net: Expose MAC_TABLE_ENTRIES
vhost-vdpa control virtqueue needs to know the maximum entries supported by the virtio-net device, so we know if it is possible to apply the filter. Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net')
-rw-r--r--hw/net/virtio-net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
index 7ad948ee7c..f83e96e4ce 100644
--- a/hw/net/virtio-net.c
+++ b/hw/net/virtio-net.c
@@ -49,7 +49,6 @@
#define VIRTIO_NET_VM_VERSION 11
-#define MAC_TABLE_ENTRIES 64
#define MAX_VLAN (1 << 12) /* Per 802.1Q definition */
/* previously fixed value */