Re: [PATCH rdma-next v1 0/3] Skip holes in GID table

From: Jason Gunthorpe
Date: Tue Dec 14 2021 - 19:12:24 EST


On Thu, Dec 09, 2021 at 03:16:04PM +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@xxxxxxxxxx>
>
> Changelog:
> v1:
> * Removed variable assignment in rdma_query_gid
> * Changed special error code handling of return value from
> rdma_query_gid to continue search.
> v0: https://lore.kernel.org/all/cover.1637581778.git.leonro@xxxxxxxxxx
>
> ---------------------------------------------------------------------
>
> Hi,
>
> This short series extends rdma_query_gid() callers to skip holes
> in GID tables.
>
> Thanks
>
> Avihai Horon (3):
> RDMA/core: Modify rdma_query_gid() to return accurate error codes
> RDMA/core: Let ib_find_gid() continue search even after empty entry
> RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty
> entry

Applied to for-next, thanks

Jason