Re: [PATCH rdma-next v1 2/7] RDMA/providers: Simplify query_gid callback of RoCE providers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 01, 2018 at 03:08:19PM +0300, Leon Romanovsky wrote:

> diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
> index 5ef8c3333e43..52ff30a58aa3 100644
> +++ b/drivers/infiniband/sw/rxe/rxe_verbs.c
> @@ -80,18 +80,7 @@ static int rxe_query_port(struct ib_device *dev,
>  static int rxe_query_gid(struct ib_device *device,
>  			 u8 port_num, int index, union ib_gid *gid)
>  {
> -	int ret;
> -
> -	if (index > RXE_PORT_GID_TBL_LEN)
> -		return -EINVAL;
> -
> -	ret = ib_get_cached_gid(device, port_num, index, gid, NULL);
> -	if (ret == -EAGAIN) {
> -		memcpy(gid, &zgid, sizeof(*gid));
> -		return 0;
> -	}
> -
> -	return ret;
> +	return 0;
>  }

This entire function should have been deleted in the next patch,
right?

I can fix it if yes.

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



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux