Skip to content

Commit ef06719

Browse files
dtatuleamstsirkin
authored andcommitted
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: Gal Pressman <gal@nvidia.com> Acked-by: Eugenio Pérez <eperezma@redhat.com> Signed-off-by: Dragos Tatulea <dtatulea@nvidia.com> Message-Id: <20231225151203.152687-2-dtatulea@nvidia.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent a09483c commit ef06719

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/linux/mlx5/mlx5_ifc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,8 @@ struct mlx5_ifc_virtio_emulation_cap_bits {
12361236

12371237
u8 reserved_at_c0[0x13];
12381238
u8 desc_group_mkey_supported[0x1];
1239-
u8 reserved_at_d4[0xc];
1239+
u8 freeze_to_rdy_supported[0x1];
1240+
u8 reserved_at_d5[0xb];
12401241

12411242
u8 reserved_at_e0[0x20];
12421243

0 commit comments

Comments
 (0)