[PATCH 1/1] nvme-rdma: fix typo in comment

Max Gurtovoy mgurtovoy at nvidia.com
Thu Mar 30 02:30:18 PDT 2023


Hi Christoph/Sagi,
I've noticed that the bellow patch wasn't merged.
Can we take it for next cycle please ?

On 25/05/2022 17:59, Max Gurtovoy wrote:
> There is no ib_stop_cq API and the need for the +1 is for ib_drain_qp.
> 
> Reviewed-by: Israel Rukshin <israelr at nvidia.com>
> Signed-off-by: Max Gurtovoy <mgurtovoy at nvidia.com>
> ---
>   drivers/nvme/host/rdma.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/nvme/host/rdma.c b/drivers/nvme/host/rdma.c
> index d9f19d901313..12c7ea61ed0c 100644
> --- a/drivers/nvme/host/rdma.c
> +++ b/drivers/nvme/host/rdma.c
> @@ -509,7 +509,7 @@ static int nvme_rdma_create_queue_ib(struct nvme_rdma_queue *queue)
>   	}
>   	ibdev = queue->device->dev;
>   
> -	/* +1 for ib_stop_cq */
> +	/* +1 for ib_drain_qp */
>   	queue->cq_size = cq_factor * queue->queue_size + 1;
>   
>   	ret = nvme_rdma_create_cq(ibdev, queue);



More information about the Linux-nvme mailing list