mbox series

[for-rc,0/3] irdma fixes

Message ID 20220425181703.1634-1-shiraz.saleem@intel.com (mailing list archive)
Headers show
Series irdma fixes | expand

Message

Shiraz Saleem April 25, 2022, 6:17 p.m. UTC
This series contains a few irdma bug fixes for 5.18 cycle.

Mustafa Ismail (1):
  RDMA/irdma: Fix possible crash due to NULL netdev in notifier

Shiraz Saleem (1):
  RDMA/irdma: Reduce iWARP QP destroy time

Tatyana Nikolova (1):
  RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state

 drivers/infiniband/hw/irdma/cm.c    | 26 +++++++++-----------------
 drivers/infiniband/hw/irdma/utils.c | 21 +++++++++------------
 drivers/infiniband/hw/irdma/verbs.c |  4 ++--
 3 files changed, 20 insertions(+), 31 deletions(-)

Comments

Jason Gunthorpe May 2, 2022, 2:38 p.m. UTC | #1
On Mon, Apr 25, 2022 at 01:17:00PM -0500, Shiraz Saleem wrote:
> This series contains a few irdma bug fixes for 5.18 cycle.
> 
> Mustafa Ismail (1):
>   RDMA/irdma: Fix possible crash due to NULL netdev in notifier
> 
> Shiraz Saleem (1):
>   RDMA/irdma: Reduce iWARP QP destroy time
> 
> Tatyana Nikolova (1):
>   RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state
> 
>  drivers/infiniband/hw/irdma/cm.c    | 26 +++++++++-----------------
>  drivers/infiniband/hw/irdma/utils.c | 21 +++++++++------------
>  drivers/infiniband/hw/irdma/verbs.c |  4 ++--
>  3 files changed, 20 insertions(+), 31 deletions(-)

Applied to for-rc, thanks

Jason