Delay mlx5_ib internal resources allocations
authorLeon Romanovsky <leon@kernel.org>
Sun, 16 Jun 2024 15:35:47 +0000 (18:35 +0300)
committerLeon Romanovsky <leon@kernel.org>
Sun, 16 Jun 2024 15:35:47 +0000 (18:35 +0300)
From: Leon Romanovsky <leonro@nvidia.com>

Internal mlx5_ib resources are created during mlx5_ib module load. This
behavior is not optimal because it consumes resources that are not
needed when SFs are created. This patch series delays the creation of
mlx5_ib internal resources to the stage when they actually used.

Signed-off-by: Leon Romanovsky <leon@kernel.org>

Trivial merge