Skip to content

Commit

Permalink
IB/mlx4: Remove redundant attribute in mlx4_ib_create_qp_rss struct
Browse files Browse the repository at this point in the history
rx_key_len is not in use and needs to be removed.

Fixes: 3078f5f ("IB/mlx4: Add support for RSS QP")
Signed-off-by: Guy Levi <guyle@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Guy Levi authored and Doug Ledford committed Aug 24, 2017
1 parent 078b357 commit b23673f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/uapi/rdma/mlx4-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ struct mlx4_ib_create_srq_resp {
struct mlx4_ib_create_qp_rss {
__u64 rx_hash_fields_mask;
__u8 rx_hash_function;
__u8 rx_key_len;
__u8 reserved[6];
__u8 reserved[7];
__u8 rx_hash_key[40];
__u32 comp_mask;
__u32 reserved1;
Expand Down

0 comments on commit b23673f

Please sign in to comment.