On Wed, Aug 13, 2025 at 03:41:19PM +0300, Leon Romanovsky wrote: > From: Patrisious Haddad <phaddad@xxxxxxxxxx> > > Previously loopback for MPV was supposed to be permanently enabled, > however other driver flows were able to over-ride that configuration > and disable it. > > Add force_lb parameter that indicates that loopback should always be > enabled which prevents all other driver flows from disabling it. > > Fixes: a9a9e68954f2 ("RDMA/mlx5: Fix vport loopback for MPV device") > Signed-off-by: Patrisious Haddad <phaddad@xxxxxxxxxx> > Reviewed-by: Mark Bloch <mbloch@xxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/main.c | 19 +++++++++++++++---- > drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 + > 2 files changed, 16 insertions(+), 4 deletions(-) Applied to for-next, thanks Jason