]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5: Break load_one into three stages
authorSaeed Mahameed <saeedm@mellanox.com>
Fri, 29 Mar 2019 22:37:57 +0000 (15:37 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 2 Apr 2019 19:49:38 +0000 (12:49 -0700)
commita80d1b68c8b7a06b85434f89d138f0c28f3d27c9
tree266ce27154cbdb784f46a901a60eae6c422b1dfe
parente161105e58da81fa9170921284559800fd6aa86a
net/mlx5: Break load_one into three stages

Using foundation from previous patches to factor mlx5_load_one flow
into three stages:
1. mlx5_function_setup() from previous patch to setup function
2. mlx5_init_once() from previous patch to init software objects
according to hw caps
3. New mlx5_load() to load mlx5 components

This provides a better logical separation of mlx5 core device
initialization flow and will help to seamlessly support creating different
mlx5 device types such as PF, VF and SF mlx5 sub-function virtual device.

This patch does not change any functionality.

Signed-off-by: Vu Pham <vuhuong@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/main.c