commit | 52c368dc3da7beb7b283133024af1b6d07bf93b9 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Fri Mar 29 15:37:55 2019 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Apr 02 12:49:37 2019 -0700 |
tree | 00bdfe723b94c29455414581a9963f194cf08e24 | |
parent | 11f3b84d7068397df9f329b8bcf1177507061938 [diff] |
net/mlx5: Move health and page alloc init to mdev_init Software structure initialization should be in mdev_init stage. 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>