diff options
author | Saeed Mahameed <saeedm@mellanox.com> | 2020-03-10 10:22:28 +0200 |
---|---|---|
committer | Leon Romanovsky <leonro@mellanox.com> | 2020-03-13 15:48:04 +0200 |
commit | fc6a9f86f08acd3665f788619afae0d2b2d5a480 (patch) | |
tree | e4507badb954a3d0a26190ae8b8ad0a6feea1bc8 /include/linux/mlx5 | |
parent | 54c62e13ad765a346d220b2566f84c6092cf3564 (diff) | |
download | linux-fc6a9f86f08acd3665f788619afae0d2b2d5a480.tar.gz linux-fc6a9f86f08acd3665f788619afae0d2b2d5a480.tar.bz2 linux-fc6a9f86f08acd3665f788619afae0d2b2d5a480.zip |
{IB,net}/mlx5: Assign mkey variant in mlx5_ib only
mkey variant is not required for mlx5_core use, move the mkey variant
counter to mlx5_ib.
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/driver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index f2b4225ed650..e044703c056b 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -575,10 +575,6 @@ struct mlx5_priv { /* end: alloc staff */ struct dentry *dbg_root; - /* protect mkey key part */ - spinlock_t mkey_lock; - u8 mkey_key; - struct list_head dev_list; struct list_head ctx_list; spinlock_t ctx_lock; |