]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit874817cbe6cfd0d0638e5fa2327afe472c882023
tree696955957ac5b19cd2429231e5df6165c3cd32c5
parent6920ad6f2726fd22f4b37a24b9450f8494ef1c87
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