net/mlx5: Add release all pages capability bit
Add a bit in HCA capabilities layout to indicate if release all pages is supported. Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com> Reviewed-by: Moshe Shemesh <moshe@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
ee5cdf7a5e
commit
0e1533bb9c
@ -1244,7 +1244,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
|
||||
u8 reserved_at_130[0xa];
|
||||
u8 log_max_ra_res_dc[0x6];
|
||||
|
||||
u8 reserved_at_140[0x9];
|
||||
u8 reserved_at_140[0x6];
|
||||
u8 release_all_pages[0x1];
|
||||
u8 reserved_at_147[0x2];
|
||||
u8 roce_accl[0x1];
|
||||
u8 log_max_ra_req_qp[0x6];
|
||||
u8 reserved_at_150[0xa];
|
||||
|
Loading…
Reference in New Issue
Block a user