This series adds support for completing the SRQ buffers that were fetched but could not be completed by hw due to connection aborts, also fixes the potential srqidx leak during the connection abort. This series has both net(cxgb4) and rdma(iw_cxgb4) changes, and I would request this merge via rdma repo. I have made sure this series applies cleanly on both net-next and rdma-for-next and doesn't cause any merge conflicts. Raju Rangoju (3): cxgb4: add tcb flags and tcb rpl struct iw_cxgb4: complete the cached SRQ buffers iw_cxgb4: fix srqidx leak during connection abort drivers/infiniband/hw/cxgb4/cm.c | 166 ++++++++++++++++++++++++++-- drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 3 + drivers/infiniband/hw/cxgb4/t4.h | 1 + drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 8 ++ drivers/net/ethernet/chelsio/cxgb4/t4_tcb.h | 12 ++ 5 files changed, 180 insertions(+), 10 deletions(-) -- 2.13.0