mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
IB/mlx5: Add 128B CQE compression and padding HW bits
Adding new bits in mlx5_ifc_cmd_hca_cap to get the hardware capabilities for: - compression_128: Support 128B CQE compression - cqe_128_always: Support 128B CQE padding Signed-off-by: Guy Levi <guyle@mellanox.com> Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
ccc8708790
commit
0ff8e79ca7
1 changed files with 3 additions and 1 deletions
|
@ -1047,7 +1047,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
|
||||||
u8 num_of_uars_per_page[0x20];
|
u8 num_of_uars_per_page[0x20];
|
||||||
u8 reserved_at_540[0x40];
|
u8 reserved_at_540[0x40];
|
||||||
|
|
||||||
u8 reserved_at_580[0x3f];
|
u8 reserved_at_580[0x3d];
|
||||||
|
u8 cqe_128_always[0x1];
|
||||||
|
u8 cqe_compression_128[0x1];
|
||||||
u8 cqe_compression[0x1];
|
u8 cqe_compression[0x1];
|
||||||
|
|
||||||
u8 cqe_compression_timeout[0x10];
|
u8 cqe_compression_timeout[0x10];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue