vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ
authorEugenio Pérez <eperezma@redhat.com>
Tue, 7 Mar 2023 17:00:18 +0000 (18:00 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 21 Apr 2023 07:08:21 +0000 (03:08 -0400)
commit0d74e2b785ed0391316479ccf97c8f1ad5966145
treeecf5ffc6ec1e665432c87bf97ffc33f85f8de969
parent607a079b29a896b3752ef8a14d746765473c07bf
vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ

There is no reason to block it as it has nothing to do with the vrings.
All the support of the feature comes via config space.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Suggested-by: Alvaro Karsz <alvaro.karsz@solid-run.com>
Message-Id: <20230307170018.260557-1-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vhost-vdpa.c