On Thu, Nov 30, 2017 at 09:41:56AM -0800, Steve Wise wrote: > In __flush_qp(), the CQ ARMED bit was being cleared regardless of > whether any notification is actually needed. This resulted in the iser > termination logic getting stuck in ib_drain_sq() because the CQ was not > marked ARMED and thus the drain CQE notification wasn't triggered. > > This new bug was exposed when this commit was merged: > > commit cbb40fadd31c ("iw_cxgb4: only call the cq comp_handler when the > cq is armed") > > Signed-off-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > drivers/infiniband/hw/cxgb4/qp.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied to -rc, thanks Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html