On Wed, Oct 28, 2015 at 02:58:35AM +0200, Eli Cohen wrote:
> Signed-off-by: Eli Cohen <[email protected]>
>  drivers/infiniband/hw/mlx5/main.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/infiniband/hw/mlx5/main.c 
> b/drivers/infiniband/hw/mlx5/main.c
> index f1ccd40..634de84 100644
> +++ b/drivers/infiniband/hw/mlx5/main.c
> @@ -1385,7 +1385,8 @@ static void *mlx5_ib_add(struct mlx5_core_dev *mdev)
>               (1ull << IB_USER_VERBS_CMD_CREATE_XSRQ)         |
>               (1ull << IB_USER_VERBS_CMD_OPEN_QP);
>       dev->ib_dev.uverbs_ex_cmd_mask =
> -             (1ull << IB_USER_VERBS_EX_CMD_QUERY_DEVICE);
> +             (1ull << IB_USER_VERBS_EX_CMD_QUERY_DEVICE)     |
> +             (1ull << IB_USER_VERBS_EX_CMD_CREATE_QP);

Same comment as last time.

http://thread.gmane.org/gmane.linux.drivers.rdma/26110/focus=26163

This still hasn't been fixed.

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to