]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitae6f6dd5fd0f77368ba5888c2c57bd23abfe4f35
treeac4abede6e70a424db5a50caeedd04983f58ef08
parentef5513526bb6a83d7777acf5b79f71d19865563c
parentd98995b4bf981519dde4af0a081c393d62474039
Delay mlx5_ib internal resources allocations

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>