The primary motivation of this series is to disable the lock on a QP that is created under a Thread Domain. Currently, the only way to disable any locking is through the global MLX5_SINGLE_THREADED environment variable, which is unhelpful in disabling locks of a subset of verbs objects while enabling locks on others. The first patch enables the driver to control locking on each individual verbs object. The second patch uses the changes from the first to disable locking on the QP when it is created within a Thread Domain. Rohit Zambre (2): mlx5: Allow individual locking-control for different verbs objects mlx5: Disable locking on a QP if it is assigned to a thread domain providers/mlx5/mlx5.c | 4 ++-- providers/mlx5/mlx5.h | 8 +++++--- providers/mlx5/verbs.c | 20 +++++++++++++------- 3 files changed, 20 insertions(+), 12 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html