]> Git Repo - J-linux.git/commitdiff
vdpa/mlx5: Expose descriptor group mkey hw capability
authorDragos Tatulea <[email protected]>
Thu, 28 Sep 2023 16:45:12 +0000 (19:45 +0300)
committerLeon Romanovsky <[email protected]>
Mon, 2 Oct 2023 10:12:05 +0000 (13:12 +0300)
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]>
include/linux/mlx5/mlx5_ifc.h

index fc3db401f8a28701dc527b5122b3b309ccbdecc3..3388007c645f05704399356f9a375c4cd4479bd2 100644 (file)
@@ -1231,7 +1231,13 @@ struct mlx5_ifc_virtio_emulation_cap_bits {
        u8         max_emulated_devices[0x8];
        u8         max_num_virtio_queues[0x18];
 
-       u8         reserved_at_a0[0x60];
+       u8         reserved_at_a0[0x20];
+
+       u8         reserved_at_c0[0x13];
+       u8         desc_group_mkey_supported[0x1];
+       u8         reserved_at_d4[0xc];
+
+       u8         reserved_at_e0[0x20];
 
        u8         umem_1_buffer_param_a[0x20];
 
This page took 0.057221 seconds and 4 git commands to generate.