summaryrefslogtreecommitdiff
path: root/include/linux/mlx5/driver.h
diff options
context:
space:
mode:
authorAharon Landau <aharonl@nvidia.com>2023-01-26 01:28:03 +0300
committerJason Gunthorpe <jgg@nvidia.com>2023-01-27 20:04:09 +0300
commit18b1746bddf5e7f6b2618966596d9517172a5cd7 (patch)
tree51c73d271bdb57c1247bacdbe8167942d73446ce /include/linux/mlx5/driver.h
parenta2a88b8e22d1b202225d0e40b02ad068afab2ccb (diff)
downloadlinux-18b1746bddf5e7f6b2618966596d9517172a5cd7.tar.xz
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/linux/mlx5/driver.h')
-rw-r--r--include/linux/mlx5/driver.h1
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
};