Skip to content

Commit 71d47b3

Browse files
committed
This merges a single commit that contains changes to mlx5_ifc.h It's required to support vq descriptor mappings in mlx5/vdpa Signed-off-by: Michael S. Tsirkin <[email protected]>
2 parents ffc2532 + d424348 commit 71d47b3

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)