On Tue, Jul 28, 2020 at 03:02:55PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Scatter CQE feature relies on two flags MLX5_QP_FLAG_SCATTER_CQE and > MLX5_QP_FLAG_ALLOW_SCATTER_CQE, both of them can be provided without > relation to device capability. > > Relax global validity check to allow MLX5_QP_FLAG_ALLOW_SCATTER_CQE QP > flag. > > Fixes: 90ecb37a751b ("RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags") > Fixes: 37518fa49f76 ("RDMA/mlx5: Process all vendor flags in one place") > Reviewed-by: Artemy Kovalyov <artemyko@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/qp.c | 24 +++++++++++++++--------- > 1 file changed, 15 insertions(+), 9 deletions(-) Applied to for-next, thanks Jason