Skip to content

Commit

Permalink
net/mlx5: Expose relaxed ordering bits
Browse files Browse the repository at this point in the history
Expose relaxed ordering bits in HCA capability and mkey context structs.

Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Michael Guralnik <michaelgur@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
  • Loading branch information
Michael Guralnik authored and Leon Romanovsky committed Jan 16, 2020
1 parent 8fd5b75 commit a880a6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions include/linux/mlx5/mlx5_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,8 @@ struct mlx5_ifc_cmd_hca_cap_bits {
u8 log_max_cq[0x5];

u8 log_max_eq_sz[0x8];
u8 reserved_at_e8[0x2];
u8 relaxed_ordering_write[0x1];
u8 relaxed_ordering_read[0x1];
u8 log_max_mkey[0x6];
u8 reserved_at_f0[0x8];
u8 dump_fill_mkey[0x1];
Expand Down Expand Up @@ -3287,7 +3288,9 @@ struct mlx5_ifc_mkc_bits {

u8 translations_octword_size[0x20];

u8 reserved_at_1c0[0x1b];
u8 reserved_at_1c0[0x19];
u8 relaxed_ordering_read[0x1];
u8 reserved_at_1d9[0x1];
u8 log_page_size[0x5];

u8 reserved_at_1e0[0x20];
Expand Down

0 comments on commit a880a6d

Please sign in to comment.