Skip to content

Commit 042dd05

Browse files
meir-lichtingerLeon Romanovsky
authored andcommitted
RDMA/mlx5: ConnectX-7 new capabilities to set relaxed ordering by UMR
Up to ConnectX-7 setting mkey relaxed ordering read/write attributes by UMR is not supported. ConnectX-7 supports this option, which is indicated by two new HCA capabilities - relaxed_ordering_write_umr and relaxed_ordering_read_umr. Signed-off-by: Meir Lichtinger <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 4c2573e commit 042dd05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
12401240

12411241
u8 max_sgl_for_optimized_performance[0x8];
12421242
u8 log_max_cq_sz[0x8];
1243-
u8 reserved_at_d0[0x9];
1243+
u8 relaxed_ordering_write_umr[0x1];
1244+
u8 relaxed_ordering_read_umr[0x1];
1245+
u8 reserved_at_d2[0x7];
12441246
u8 virtio_net_device_emualtion_manager[0x1];
12451247
u8 virtio_blk_device_emualtion_manager[0x1];
12461248
u8 log_max_cq[0x5];

0 commit comments

Comments
 (0)