Re: [PATCH rdma-next] RDMA/mlx5: Relax DCS QP creation checks

From: Jason Gunthorpe
Date: Mon Aug 30 2021 - 08:48:34 EST


On Mon, Aug 30, 2021 at 01:48:49PM +0300, Leon Romanovsky wrote:
> From: Lior Nahmanson <liorna@xxxxxxxxxx>
>
> In order to create DCS QPs, we don't need to rely on both
> log_max_dci_stream_channels and log_max_dci_errored_streams capabilities.
>
> Fixes: 11656f593a86 ("RDMA/mlx5: Add DCS offload support")
> Signed-off-by: Lior Nahmanson <liorna@xxxxxxxxxx>
> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>
> ---
> Jason,
>
> Please add this patch in the upcoming PR for the feature that was
> accepted in this cycle.
>
> Thanks
> ---
> drivers/infiniband/hw/mlx5/qp.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

Applied to for-next, thanks

Jason