diff options
author | Dragos Tatulea <[email protected]> | 2023-10-18 20:14:50 +0300 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2023-11-01 09:19:56 -0400 |
commit | 186e25387ed6f1403a1b464e31f5381ba4424681 (patch) | |
tree | bccb16f4b63e028898f94461c8f6ceb4b586e5bc /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 1b3ce9576f169ce2122ab98b39bf2357d377ee5b (diff) |
vdpa/mlx5: Move mr mutex out of mr struct
The mutex is named like it is supposed to protect only the mkey but in
reality it is a global lock for all mr resources.
Shift the mutex to it's rightful location (struct mlx5_vdpa_dev) and
give it a more appropriate name.
Signed-off-by: Dragos Tatulea <[email protected]>
Acked-by: Eugenio Pérez <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Si-Wei Liu <[email protected]>
Tested-by: Si-Wei Liu <[email protected]>
Tested-by: Lei Yang <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions