Re: [PATCH net] net/mlx5e: Fix ipsec/tls netdev features build

2021-03-24 Thread Saeed Mahameed
On Wed, 2021-03-24 at 12:15 +0800, we...@ucloud.cn wrote: > From: wenxu > > Ipsec and tls netdev features build should be done after the > mlx5e_init_ipesc/tls which finishs the init for the ipsec/tls > in the driver. > > Fixes: 3ef14e463f6e ("net/mlx5e: Separate between netdev objects and > mlx

[PATCH net] net/mlx5e: Fix ipsec/tls netdev features build

2021-03-23 Thread wenxu
From: wenxu Ipsec and tls netdev features build should be done after the mlx5e_init_ipesc/tls which finishs the init for the ipsec/tls in the driver. Fixes: 3ef14e463f6e ("net/mlx5e: Separate between netdev objects and mlx5e profiles initialization") Signed-off-by: wenxu --- drivers/net/ether