On Thu, Apr 01, 2021 at 07:10:17PM -0500, Bob Pearson wrote: > All responder errors from request packets that do not > consume a receive WQE fail to generate acks for RC QPs. > This patch corrects this behavior by making the flow > follow the same path as request packets that do consume > a WQE after the completion. > > Link: https://lore.kernel.org/linux-rdma/1a7286ac-bcea-40fb-2267-480134dd301b@xxxxxxxxx/ > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_comp.c | 1 - > drivers/infiniband/sw/rxe/rxe_resp.c | 18 ++++++++---------- > 2 files changed, 8 insertions(+), 11 deletions(-) Applied to for-next, thanks Jason