Skip to content

Commit d424348

Browse files
dtatulearleon
authored andcommitted
vdpa/mlx5: Expose descriptor group mkey hw capability
Necessary for improved live migration flow. Actual support will be added in a downstream patch. Reviewed-by: Gal Pressman <[email protected]> Signed-off-by: Dragos Tatulea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 6465e26 commit d424348

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,13 @@ struct mlx5_ifc_virtio_emulation_cap_bits {
12311231
u8 max_emulated_devices[0x8];
12321232
u8 max_num_virtio_queues[0x18];
12331233

1234-
u8 reserved_at_a0[0x60];
1234+
u8 reserved_at_a0[0x20];
1235+
1236+
u8 reserved_at_c0[0x13];
1237+
u8 desc_group_mkey_supported[0x1];
1238+
u8 reserved_at_d4[0xc];
1239+
1240+
u8 reserved_at_e0[0x20];
12351241

12361242
u8 umem_1_buffer_param_a[0x20];
12371243

0 commit comments

Comments
 (0)