RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags
In similar way to wqe_sig, the scat_cqe was treated differently from other create QP vendor flags. Change it to be similar to other flags and use flags_en mechanism. Link: https://lore.kernel.org/r/20200427154636.381474-17-leon@kernel.org Reviewed-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
c95e6d5397
commit
90ecb37a75
@@ -446,7 +446,6 @@ struct mlx5_ib_qp {
|
||||
u32 flags;
|
||||
u8 port;
|
||||
u8 state;
|
||||
int scat_cqe;
|
||||
int max_inline_data;
|
||||
struct mlx5_bf bf;
|
||||
u8 has_rq:1;
|
||||
|
Reference in New Issue
Block a user