From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:42268 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbeCHTnR (ORCPT ); Thu, 8 Mar 2018 14:43:17 -0500 Date: Thu, 08 Mar 2018 14:43:12 -0500 (EST) Message-Id: <20180308.144312.1291828068384316449.davem@davemloft.net> To: rdunlap@infradead.org Cc: dledford@redhat.com, saeedm@mellanox.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, leonro@mellanox.com, jgg@mellanox.com, aviadye@mellanox.com, matanb@mellanox.com, borisp@mellanox.com Subject: Re: [pull request][for-next 00/11] Mellanox, mlx5 IPSec updates 2018-02-28-2 (Part 2) From: David Miller In-Reply-To: References: <20180308.130402.1324862790728961653.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Randy Dunlap 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.