On Wed, Aug 13, 2025 at 03:36:01PM +0300, Leon Romanovsky wrote: > From: Yishai Hadas <yishaih@xxxxxxxxxx> > > Relaxed Ordering can improve performance in certain scenarios. > > Enable it in the Data-Direct use case as well. > > Signed-off-by: Yishai Hadas <yishaih@xxxxxxxxxx> > Reviewed-by: Gal Shalom <galshalom@xxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/main.c | 32 ++++++++++++++++++++++++++-- > drivers/infiniband/hw/mlx5/mlx5_ib.h | 2 ++ > drivers/infiniband/hw/mlx5/mr.c | 8 +++---- > drivers/infiniband/hw/mlx5/umr.c | 6 +++++- > 4 files changed, 41 insertions(+), 7 deletions(-) Applied to for-next, thanks Jason