From: Leon Romanovsky Date: Sun, 16 Jun 2024 15:35:47 +0000 (+0300) Subject: Delay mlx5_ib internal resources allocations X-Git-Tag: v6.11-rc1~116^2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae6f6dd5fd0f77368ba5888c2c57bd23abfe4f35;p=thirdparty%2Fkernel%2Flinux.git Delay mlx5_ib internal resources allocations From: Leon Romanovsky 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 --- ae6f6dd5fd0f77368ba5888c2c57bd23abfe4f35