Re: [PATCH vhost 5/7] vdpa/mlx5: Rename mr_mtx -> lock

2024-08-29 Thread Eugenio Perez Martin
On Wed, Aug 21, 2024 at 1:42 PM Dragos Tatulea wrote: > > Now that the mr resources have their own namespace in the > struct, give the lock a clearer name. > > Signed-off-by: Dragos Tatulea > Reviewed-by: Cosmin Ratiu Acked-by: Eugenio Pérez > --- > drivers/vdpa/mlx5/core/mlx5_vdpa.h | 2 +-

[PATCH vhost 5/7] vdpa/mlx5: Rename mr_mtx -> lock

2024-08-21 Thread Dragos Tatulea
Now that the mr resources have their own namespace in the struct, give the lock a clearer name. Signed-off-by: Dragos Tatulea Reviewed-by: Cosmin Ratiu --- drivers/vdpa/mlx5/core/mlx5_vdpa.h | 2 +- drivers/vdpa/mlx5/core/mr.c| 20 ++-- drivers/vdpa/mlx5/core/resources.