On Mon, Nov 05, 2018 at 08:07:37AM +0200, Leon Romanovsky wrote: > From: Majd Dibbiny <majd@xxxxxxxxxxxx> > > Currently, for IB_WR_LOCAL_INV WR, when the next fence is None, > the current fence will be SMALL instead of Normal Fence. > > Fixed the logic to set the correct fence type. > > Fixes: 6e8484c5cf07 ("RDMA/mlx5: set UMR wqe fence according to HCA cap") > Signed-off-by: Majd Dibbiny <majd@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/qp.c | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) This needs a better commit message for -rc What is the user impact of this bug? Jason