commit | 11f3b84d7068397df9f329b8bcf1177507061938 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Fri Mar 29 15:37:54 2019 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Apr 02 12:49:37 2019 -0700 |
tree | b00e26bddfb09b915fbe1fd865bf436a6ac49fef | |
parent | 868bc06b240334a0caf2de25898d2e97b895e3c9 [diff] |
net/mlx5: Split mdev init and pci init Separate resources initialization from pci initialization. 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>