On Tue, Oct 05, 2021 at 01:23:02PM -0500, Shiraz Saleem wrote: > The valid bit for extended CQE's written by HW is > retrieved from the incorrect quad-word. This leads > to missed completions for any UD traffic particularly > after a wrap-around. > > Get the valid bit for extended CQE's from the correct > quad-word in the descriptor. > > Fixes: 551c46edc769 ("RDMA/irdma: Add user/kernel shared libraries") > Signed-off-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/uk.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to for-next, thanks Jason