On Thu, Jan 20, 2022 at 03:34:34PM +0100, Bernard Metzler wrote: > Code unconditionally resumed fenced SQ processing after next RDMA > Read completion, even if other RDMA Read responses are still > outstanding, or ORQ is full. Also adds comments for better readability > of fence processing, and removes orq_get_tail() helper, which is not > needed anymore. > > Reported-by: Jared Holzman <jared.holzman@xxxxxxxxxxxx> > Signed-off-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw.h | 7 +------ > drivers/infiniband/sw/siw/siw_qp_rx.c | 20 +++++++++++--------- > 2 files changed, 12 insertions(+), 15 deletions(-) Fixes line?? Jason