mbox series

[rdma-next,0/8] RDMA/qedr: various fixes

Message ID 20200902165741.8355-1-michal.kalderon@marvell.com
Headers show
Series RDMA/qedr: various fixes | expand

Message

Michal Kalderon Sept. 2, 2020, 4:57 p.m. UTC
This set addresses several issues that were observed
and reproduced on different test and production configurations.

Dave, Jason,
There is one qede patch which is related to the mtu change notify.
This is a small change and required for the qede_rdma.h interface
change. Please consider applying this to rdma tree.

thanks,
Michal

Michal Kalderon (8):
  RDMA/qedr: Fix qp structure memory leak
  RDMA/qedr: Fix doorbell setting
  RDMA/qedr: Fix use of uninitialized field
  RDMA/qedr: Fix return code if accept is called on a destroyed qp
  qede: Notify qedr when mtu has changed
  RDMA/qedr: Fix iWARP active mtu display
  RDMA/qedr: Fix inline size returned for iWARP
  RDMA/qedr: Fix function prototype parameters alignment

 drivers/infiniband/hw/qedr/main.c               |  9 ++++++++-
 drivers/infiniband/hw/qedr/qedr_iw_cm.c         |  6 ++++--
 drivers/infiniband/hw/qedr/verbs.c              | 13 ++++++++-----
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  4 +++-
 drivers/net/ethernet/qlogic/qede/qede_rdma.c    | 17 +++++++++++++++++
 include/linux/qed/qede_rdma.h                   |  4 +++-
 6 files changed, 43 insertions(+), 10 deletions(-)

Comments

Jason Gunthorpe Sept. 9, 2020, 7:15 p.m. UTC | #1
On Wed, Sep 02, 2020 at 07:57:33PM +0300, Michal Kalderon wrote:
> This set addresses several issues that were observed
> and reproduced on different test and production configurations.
> 
> Dave, Jason,
> There is one qede patch which is related to the mtu change notify.
> This is a small change and required for the qede_rdma.h interface
> change. Please consider applying this to rdma tree.

Ok, it is up to Marvell to ensure no conflicting patches land in net..

> Michal Kalderon (8):
>   RDMA/qedr: Fix qp structure memory leak
>   RDMA/qedr: Fix doorbell setting
>   RDMA/qedr: Fix use of uninitialized field
>   RDMA/qedr: Fix return code if accept is called on a destroyed qp
>   qede: Notify qedr when mtu has changed
>   RDMA/qedr: Fix iWARP active mtu display
>   RDMA/qedr: Fix inline size returned for iWARP
>   RDMA/qedr: Fix function prototype parameters alignment

Applied to rdma for-next, thanks

Jason
Michal Kalderon Sept. 10, 2020, 6:29 a.m. UTC | #2
> From: Jason Gunthorpe <jgg@nvidia.com>
> Sent: Wednesday, September 9, 2020 10:15 PM
> On Wed, Sep 02, 2020 at 07:57:33PM +0300, Michal Kalderon wrote:
> > This set addresses several issues that were observed and reproduced on
> > different test and production configurations.
> >
> > Dave, Jason,
> > There is one qede patch which is related to the mtu change notify.
> > This is a small change and required for the qede_rdma.h interface
> > change. Please consider applying this to rdma tree.
> 
> Ok, it is up to Marvell to ensure no conflicting patches land in net..
Sure, thanks.

> 
> > Michal Kalderon (8):
> >   RDMA/qedr: Fix qp structure memory leak
> >   RDMA/qedr: Fix doorbell setting
> >   RDMA/qedr: Fix use of uninitialized field
> >   RDMA/qedr: Fix return code if accept is called on a destroyed qp
> >   qede: Notify qedr when mtu has changed
> >   RDMA/qedr: Fix iWARP active mtu display
> >   RDMA/qedr: Fix inline size returned for iWARP
> >   RDMA/qedr: Fix function prototype parameters alignment
> 
> Applied to rdma for-next, thanks
> 
> Jason