Revision 8ad893e516a77209a1818a2072d2027d87db809f authored by Huy Nguyen on 28 May 2021, 18:20:32 UTC, committed by Saeed Mahameed on 10 June 2021, 00:20:03 UTC
Currently, IPsec feature is disabled because mlx5e_build_nic_netdev
is required to be called after mlx5e_ipsec_init. This requirement is
invalid as mlx5e_build_nic_netdev and mlx5e_ipsec_init initialize
independent resources.

Remove ipsec pointer check in mlx5e_build_nic_netdev so that the
two functions can be called at any order.

Fixes: 547eede070eb ("net/mlx5e: IPSec, Innova IPSec offload infrastructure")
Signed-off-by: Huy Nguyen <huyn@nvidia.com>
Reviewed-by: Raed Salem <raeds@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
1 parent fb1a313
History
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 325 bytes
awacs.c -rw-r--r-- 31.3 KB
awacs.h -rw-r--r-- 7.3 KB
beep.c -rw-r--r-- 7.1 KB
burgundy.c -rw-r--r-- 23.7 KB
burgundy.h -rw-r--r-- 3.3 KB
daca.c -rw-r--r-- 6.2 KB
keywest.c -rw-r--r-- 3.6 KB
pmac.c -rw-r--r-- 36.0 KB
pmac.h -rw-r--r-- 4.5 KB
powermac.c -rw-r--r-- 4.4 KB
snd_ps3.c -rw-r--r-- 27.2 KB
snd_ps3.h -rw-r--r-- 2.9 KB
snd_ps3_reg.h -rw-r--r-- 32.6 KB
tumbler.c -rw-r--r-- 37.7 KB
tumbler_volume.h -rw-r--r-- 6.6 KB

back to top