diff options
author | Aharon Landau <aharonl@nvidia.com> | 2023-01-25 23:28:03 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2023-01-27 18:04:09 +0100 |
commit | 18b1746bddf5e7f6b2618966596d9517172a5cd7 (patch) | |
tree | 51c73d271bdb57c1247bacdbe8167942d73446ce /include | |
parent | RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries (diff) | |
download | linux-18b1746bddf5e7f6b2618966596d9517172a5cd7.tar.xz linux-18b1746bddf5e7f6b2618966596d9517172a5cd7.zip |
RDMA/mlx5: Remove implicit ODP cache entry
Implicit ODP mkey doesn't have unique properties. It shares the same
properties as the order 18 cache entry. There is no need to devote a
special entry for that.
Link: https://lore.kernel.org/r/20230125222807.6921-3-michaelgur@nvidia.com
Signed-off-by: Aharon Landau <aharonl@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx5/driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index d476255c9a3f..f79c20d50eb4 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -734,7 +734,6 @@ enum { enum { MKEY_CACHE_LAST_STD_ENTRY = 20, - MLX5_IMR_MTT_CACHE_ENTRY, MLX5_IMR_KSM_CACHE_ENTRY, MAX_MKEY_CACHE_ENTRIES }; |