On Wed, Dec 07, 2022 at 10:57:49AM +0200, Michael Guralnik wrote: > @@ -1362,7 +1369,7 @@ static inline int mlx5r_odp_create_eq(struct mlx5_ib_dev *dev, > static inline void mlx5_ib_odp_cleanup_one(struct mlx5_ib_dev *ibdev) {} > static inline int mlx5_ib_odp_init(void) { return 0; } > static inline void mlx5_ib_odp_cleanup(void) {} > -static inline void mlx5_odp_init_mkey_cache_entry(struct mlx5_cache_ent *ent) {} > +void mlx5_odp_init_mkey_cache_entry(struct mlx5_cache_ent *ent) {} Why? Jason