Commit ef067191 authored by Dragos Tatulea's avatar Dragos Tatulea Committed by Michael S. Tsirkin

vdpa/mlx5: Expose resumable vq capability

Necessary for checking if resumable vqs are supported by the hardware.
Actual support will be added in a downstream patch.
Reviewed-by: default avatarGal Pressman <gal@nvidia.com>
Acked-by: default avatarEugenio Pérez <eperezma@redhat.com>
Signed-off-by: default avatarDragos Tatulea <dtatulea@nvidia.com>
Message-Id: <20231225151203.152687-2-dtatulea@nvidia.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent a09483c4
...@@ -1236,7 +1236,8 @@ struct mlx5_ifc_virtio_emulation_cap_bits { ...@@ -1236,7 +1236,8 @@ struct mlx5_ifc_virtio_emulation_cap_bits {
u8 reserved_at_c0[0x13]; u8 reserved_at_c0[0x13];
u8 desc_group_mkey_supported[0x1]; u8 desc_group_mkey_supported[0x1];
u8 reserved_at_d4[0xc]; u8 freeze_to_rdy_supported[0x1];
u8 reserved_at_d5[0xb];
u8 reserved_at_e0[0x20]; u8 reserved_at_e0[0x20];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment