mbox series

[rdma-next,0/2] RDMA: Fix create_srq return value

Message ID 20180730185644.14702-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series RDMA: Fix create_srq return value | expand

Message

Kamal Heib July 30, 2018, 6:56 p.m. UTC
This patch set fixes the return code of create_srq() from the providers
and fixes the check of the return value of ib_create_srq() within the
ipoib code.

Thanks,

Kamal Heib (2):
  RDMA/providers: Fix return value from create_srq callbacks
  RDMA/ipoib: Fix check for return code from ib_create_srq

 drivers/infiniband/hw/bnxt_re/ib_verbs.c     | 2 +-
 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
 drivers/infiniband/sw/rdmavt/srq.c           | 2 +-
 drivers/infiniband/ulp/ipoib/ipoib_cm.c      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Jason Gunthorpe July 31, 2018, 2:30 a.m. UTC | #1
On Mon, Jul 30, 2018 at 09:56:42PM +0300, Kamal Heib wrote:
> This patch set fixes the return code of create_srq() from the providers
> and fixes the check of the return value of ib_create_srq() within the
> ipoib code.
> 
> Thanks,
> 
> Kamal Heib (2):
>   RDMA/providers: Fix return value from create_srq callbacks
>   RDMA/ipoib: Fix check for return code from ib_create_srq

Applied to for-next

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