net/mlx5: FPGA and IPSec initialization to be before flow steering
authorMatan Barak <matanb@mellanox.com>
Sun, 19 Nov 2017 15:51:13 +0000 (15:51 +0000)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 7 Mar 2018 06:06:10 +0000 (22:06 -0800)
commit04e87170b0964d22c67245b739f56c3fe12fda54
tree696955957ac5b19cd2429231e5df6165c3cd32c5
parent1c9a10ebc77a6f123c701ba31d0c35bbf7414cde
net/mlx5: FPGA and IPSec initialization to be before flow steering

Some flow steering namespace initialization (i.e. egress namespace)
might depend on FPGA capabilities. Changing the initialization order
such that the FPGA will be initialized before flow steering.

Flow steering fs cmds initialization might depend on
IPSec capabilities. Changing the initialization order such
that the IPSec will be initialized before flow steering as well.

Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com>
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/main.c