mbox series

[for-rc,0/5] IB/hfi1: Fixes for 5.1 rc cycle

Message ID 20190318165205.23550.97894.stgit@scvm10.sc.intel.com (mailing list archive)
Headers show
Series IB/hfi1: Fixes for 5.1 rc cycle | expand

Message

Dennis Dalessandro March 18, 2019, 4:54 p.m. UTC
Here is a set of small fixes that we would like to land in the rc cycle
for 5.1. One of them is marked as stable.

The first patch fixes an unnecessary stack trace due to incorrect WQ flags. The
next three fix issues uncovered due to TID RDMA which was brought in for 5.1.
The last one is a bug in VNIC.

---

Kaike Wan (4):
      IB/hfi1: Failed to drain send queue when QP is put into error state
      IB/hfi1: Clear the IOWAIT pending bits when QP is put into error state
      IB/hfi1: Eliminate opcode tests on mr deref
      IB/hfi1: Fix the allocation of RSM table

Mike Marciniszyn (1):
      IB/hfi1: Fix WQ_MEM_RECLAIM warning


 drivers/infiniband/hw/hfi1/chip.c |   26 +++++++++++++++++++-------
 drivers/infiniband/hw/hfi1/init.c |    3 ++-
 drivers/infiniband/hw/hfi1/qp.c   |    4 +++-
 drivers/infiniband/hw/hfi1/rc.c   |    4 ++--
 4 files changed, 26 insertions(+), 11 deletions(-)

--
-Denny

Comments

Jason Gunthorpe March 27, 2019, 5:58 p.m. UTC | #1
On Mon, Mar 18, 2019 at 09:54:55AM -0700, Dennis Dalessandro wrote:
> Here is a set of small fixes that we would like to land in the rc cycle
> for 5.1. One of them is marked as stable.
> 
> The first patch fixes an unnecessary stack trace due to incorrect WQ flags. The
> next three fix issues uncovered due to TID RDMA which was brought in for 5.1.
> The last one is a bug in VNIC.
> 
> 
> Kaike Wan (4):
>       IB/hfi1: Failed to drain send queue when QP is put into error state
>       IB/hfi1: Clear the IOWAIT pending bits when QP is put into error state
>       IB/hfi1: Eliminate opcode tests on mr deref
>       IB/hfi1: Fix the allocation of RSM table

Applied these ones to for-rc

> Mike Marciniszyn (1):
>       IB/hfi1: Fix WQ_MEM_RECLAIM warning

Let us see how the discussion goes here

Thanks,
Jason