On Mon, Nov 09, 2015 at 06:30:54PM +0200, Matan Barak wrote:
> @@ -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_CQ);

Eli posted a series that gets rid of this stuff, can you please
coordinate?

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

Reply via email to