mbox series

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

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

Message

Kamal Heib July 31, 2018, 6:02 a.m. UTC
This patch set fixes the return code from mlx5_ib_modify_cq() and fixes
the check of the return value of rdma_set_cq_moderation() within the
ipoib code.

Thanks,

Kamal Heib (2):
  RDMA/mlx5: Fix return value from mlx5_ib_modify_cq()
  RDMA/ipoib: Fix return code check from rdma_set_cq_moderation

 drivers/infiniband/hw/mlx5/cq.c              | 2 +-
 drivers/infiniband/ulp/ipoib/ipoib_ethtool.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jason Gunthorpe July 31, 2018, 11:07 p.m. UTC | #1
On Tue, Jul 31, 2018 at 09:02:35AM +0300, Kamal Heib wrote:
> This patch set fixes the return code from mlx5_ib_modify_cq() and fixes
> the check of the return value of rdma_set_cq_moderation() within the
> ipoib code.
> 
> Thanks,
> 
> Kamal Heib (2):
>   RDMA/mlx5: Fix return value from mlx5_ib_modify_cq()
>   RDMA/ipoib: Fix return code check from rdma_set_cq_moderation

I tend to agree with Leon that these are better combined, mainly
because of how wrong the check in ipoib was, so I merged the patches
and applied to for-next. But I don't think it really matters either
way.

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