Hi Or,

I don't see any patches to librdmacm/libibverbs git to call _EX
version of uverbs commands. The patch you have pointed in v4-0 patch
still seems to be incomplete. Are these broken?

On Tue, Sep 10, 2013 at 8:11 PM, Or Gerlitz <ogerl...@mellanox.com> wrote:
> From: Matan Barak <mat...@mellanox.com>
>
> mlx4_ib driver should indicate that it supports
> MODIFY_QP_EX user verbs extended command.
>
> Signed-off-by: Matan Barak <mat...@mellanox.com>
> Signed-off-by: Or Gerlitz <ogerl...@mellanox.com>
> ---
>  drivers/infiniband/hw/mlx4/main.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/infiniband/hw/mlx4/main.c 
> b/drivers/infiniband/hw/mlx4/main.c
> index 7a29ad5..77c87d0 100644
> --- a/drivers/infiniband/hw/mlx4/main.c
> +++ b/drivers/infiniband/hw/mlx4/main.c
> @@ -1755,7 +1755,8 @@ static void *mlx4_ib_add(struct mlx4_dev *dev)
>                 (1ull << IB_USER_VERBS_CMD_QUERY_SRQ)           |
>                 (1ull << IB_USER_VERBS_CMD_DESTROY_SRQ)         |
>                 (1ull << IB_USER_VERBS_CMD_CREATE_XSRQ)         |
> -               (1ull << IB_USER_VERBS_CMD_OPEN_QP);
> +               (1ull << IB_USER_VERBS_CMD_OPEN_QP)             |
> +               (1ull << IB_USER_VERBS_CMD_MODIFY_QP_EX);
>
>         ibdev->ib_dev.query_device      = mlx4_ib_query_device;
>         ibdev->ib_dev.query_port        = mlx4_ib_query_port;
> --
> 1.7.1
>
> --
> 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
--
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