mbox series

[for-rc,v2,0/2] minor hfi1 fixes

Message ID 20200623203524.107638.62465.stgit@awfm-01.aw.intel.com (mailing list archive)
Headers show
Series minor hfi1 fixes | expand

Message

Dennis Dalessandro June 23, 2020, 8:40 p.m. UTC
This is a follow up from [1] and contains the re-work Kaike did to address
feedback.

[1]
https://lore.kernel.org/linux-rdma/20200512030622.189865.65024.stgit@awfm-01.aw.intel.com/T/#t

---

Kaike Wan (2):
      IB/hfi1: Do not destroy hfi1_wq when the device is shut down
      IB/hfi1: Do not destroy link_wq when the device is shut down


 drivers/infiniband/hw/hfi1/init.c     |   37 +++++++++++++++++++++++++--------
 drivers/infiniband/hw/hfi1/qp.c       |    5 ++++
 drivers/infiniband/hw/hfi1/tid_rdma.c |    5 ++++
 3 files changed, 36 insertions(+), 11 deletions(-)

--
-Denny

Comments

Jason Gunthorpe July 2, 2020, 5:19 p.m. UTC | #1
On Tue, Jun 23, 2020 at 04:40:41PM -0400, Dennis Dalessandro wrote:
> This is a follow up from [1] and contains the re-work Kaike did to address
> feedback.
> 
> [1]
> https://lore.kernel.org/linux-rdma/20200512030622.189865.65024.stgit@awfm-01.aw.intel.com/T/#t
> 
> 
> Kaike Wan (2):
>       IB/hfi1: Do not destroy hfi1_wq when the device is shut down
>       IB/hfi1: Do not destroy link_wq when the device is shut down

Applied to for-rc, thanks

Jason