From: Randy Dunlap <redacted>
Date: Thu, 8 Mar 2018 11:38:02 -0800
I got this build error in today's linux-next (20180308):
../drivers/net/ethernet/mellanox/mlx5/core/fs_core.c: In function 'mlx5_init_fs':
../drivers/net/ethernet/mellanox/mlx5/core/fs_core.c:2652:2: error: implicit declaration of function 'mlx5_accel_ipsec_device_caps' [-Werror=implicit-function-declaration]
if (mlx5_accel_ipsec_device_caps(steering->dev) &
^
../drivers/net/ethernet/mellanox/mlx5/core/fs_core.c:2653:6: error: 'MLX5_ACCEL_IPSEC_DEVICE' undeclared (first use in this function)
MLX5_ACCEL_IPSEC_DEVICE) {
^
../drivers/net/ethernet
Is this perhaps fixed already?
The very first patch in this series is a fix for this problem.