Re: [PATCH rdma-next 2/3] RDMA/mlx5: Move DCI QP creation to separate function

From: Jason Gunthorpe
Date: Wed Jun 16 2021 - 19:50:56 EST


On Thu, Jun 03, 2021 at 03:51:49PM +0300, Leon Romanovsky wrote:
> From: Lior Nahmanson <liorna@xxxxxxxxxx>
>
> This will ease the process when adding new features to DCI QP.
> the code was copied from create_user_qp() while taking only DCI
> relevant bits.

This says 'move the dci creation' but this isn't moving anything, it
is adding a whole new function?? Please write a commit message the
describes the patch

Jason