On 3/8/2018 2:38 PM, Randy Dunlap wrote:
On 03/08/2018 11:14 AM, Doug Ledford wrote:
quoted
On 3/8/2018 1:04 PM, David Miller wrote:
quoted
From: Saeed Mahameed <redacted>
Date: Wed, 7 Mar 2018 17:26:03 -0800
quoted
Hi Dave and Doug,
This series includes shared code updates (IPSec part2) for mlx5 core
driver for both netdev and rdma subsystems. This series should be pulled
to both trees so we can continue netdev and rdma specific submissions
separately.
Doug, please give this series a quick review.
Thank you.
I'm good with it. Pull it as you see fit.
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?
Do you need the randconfig file?
thanks,
That's fixed by patch 1 of this series.