Skip to content

Commit

Permalink
net/mlx5: Fix broken hca cap offset
Browse files Browse the repository at this point in the history
The cited commit broke the offsets of hca cap struct, fix it.
While at it, cleanup a white space introduced by the same commit.

Fixes: b169e64 ("net/mlx5: Geneve, Add flow table capabilities for Geneve decap with TLV options")
Reported-by: Qian Cai <cai@lca.pw>
Cc: Yevgeny Kliteynik <kliteyn@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
  • Loading branch information
Saeed Mahameed committed May 1, 2019
1 parent b169e64 commit 91a40a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mlx5/mlx5_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ struct mlx5_ifc_cmd_hca_cap_bits {
u8 max_geneve_tlv_option_data_len[0x5];
u8 reserved_at_570[0x10];

u8 reserved_at_580[0x1c];
u8 reserved_at_580[0x3c];
u8 mini_cqe_resp_stride_index[0x1];
u8 cqe_128_always[0x1];
u8 cqe_compression_128[0x1];
Expand Down Expand Up @@ -9566,7 +9566,7 @@ struct mlx5_ifc_sw_icm_bits {
u8 sw_icm_start_addr[0x40];

u8 reserved_at_c0[0x140];
};
};

struct mlx5_ifc_geneve_tlv_option_bits {
u8 modify_field_select[0x40];
Expand Down

0 comments on commit 91a40a4

Please sign in to comment.