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
oss
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 859 bytes
seq.c -rw-r--r-- 3.2 KB
seq_clientmgr.c -rw-r--r-- 65.2 KB
seq_clientmgr.h -rw-r--r-- 2.1 KB
seq_compat.c -rw-r--r-- 3.9 KB
seq_dummy.c -rw-r--r-- 5.0 KB
seq_fifo.c -rw-r--r-- 5.7 KB
seq_fifo.h -rw-r--r-- 1.7 KB
seq_info.c -rw-r--r-- 1.4 KB
seq_info.h -rw-r--r-- 748 bytes
seq_lock.c -rw-r--r-- 744 bytes
seq_lock.h -rw-r--r-- 612 bytes
seq_memory.c -rw-r--r-- 11.6 KB
seq_memory.h -rw-r--r-- 2.4 KB
seq_midi.c -rw-r--r-- 13.1 KB
seq_midi_emul.c -rw-r--r-- 18.8 KB
seq_midi_event.c -rw-r--r-- 13.3 KB
seq_ports.c -rw-r--r-- 17.9 KB
seq_ports.h -rw-r--r-- 4.2 KB
seq_prioq.c -rw-r--r-- 10.2 KB
seq_prioq.h -rw-r--r-- 1.2 KB
seq_queue.c -rw-r--r-- 18.3 KB
seq_queue.h -rw-r--r-- 3.0 KB
seq_system.c -rw-r--r-- 4.8 KB
seq_system.h -rw-r--r-- 1.3 KB
seq_timer.c -rw-r--r-- 11.6 KB
seq_timer.h -rw-r--r-- 4.0 KB
seq_virmidi.c -rw-r--r-- 12.9 KB

back to top