Message ID | 20230322102952.819291-1-eperezma@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | vdpa: declare SVQ support for VIRTIO_NET_F_HOST_USO | expand |
diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 99904a0da7..ff67babd23 100644 --- a/net/vhost-vdpa.c +++ b/net/vhost-vdpa.c @@ -103,6 +103,7 @@ static const uint64_t vdpa_svq_device_features = BIT_ULL(VIRTIO_NET_F_CTRL_MAC_ADDR) | /* VHOST_F_LOG_ALL is exposed by SVQ */ BIT_ULL(VHOST_F_LOG_ALL) | + BIT_ULL(VIRTIO_NET_F_HOST_USO) | BIT_ULL(VIRTIO_NET_F_RSC_EXT) | BIT_ULL(VIRTIO_NET_F_STANDBY);