From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f67.google.com (mail-it0-f67.google.com [209.85.214.67]) by dpdk.org (Postfix) with ESMTP id 0CC851BA4B for ; Thu, 26 Oct 2017 09:19:48 +0200 (CEST) Received: by mail-it0-f67.google.com with SMTP id f187so4100572itb.1 for ; Thu, 26 Oct 2017 00:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=uCkDSRoKeROP5o5/wJT12hhMU2cWU70duMz+lk0wevs=; b=yualEmq58Jwkt8MS9w4PxPxaXKzOBvLjUCaIAvPbfZqDJsqJQxQYWiiEYVLpNbaSfB EusNcpozaE4F828usXJ3XuQcvTHs4tfUWywDVgUt9vtiYn8Dr32RKvjzKsmW3y//kLxE LjyhCwCBZZDJdPdAbLAX0U4sgwRvyXlGAPZJpqI3VAqqtQPQyW8OT0K9dJineLdC32HP M7fz4eo8iAzk4GFToSiUGdi/JeDq3gMAPeIIWcOFwNUhnqk/FPpl/NRWf1SDC63DivMi 6pTnM3VxFvulH8xTqg59n+3EH9E0LeB9xB8huvd/3CqPduIlYsvuiBRvVvQGUTxGwYNK N0Ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uCkDSRoKeROP5o5/wJT12hhMU2cWU70duMz+lk0wevs=; b=CF5rdnt2IpJlb8RSss7JpcaNyX7L/YW2QA6LKw3zf7VyQ+Cvn4lYQahOjtNbtABdvs Kd9vVDUbIKX7kQSeHAGrdKvVWx5iIVt/2vPTulZkfBLTzKqleTdXuV6gVGXpG+n0DAtb k9S5suxdbGkOGgNU/r9Xl3pce3Teg47XAMqJtHT3HXuCUNY/byJ9N+JWuhM9GZrz1+qv y9tVjkhODgpnDt+UpXtMM/5izRxqu12mw2owh7eZo9h4QFQMkkTJu8VrXHVn+X0L0kwD gnnvG0o7qey8/gOntqm8e6jXv4X6kscV07ohEx0gTBL7rhumXWrMz5wfsutRGLPAFEa3 6Beg== X-Gm-Message-State: AMCzsaUqVDQnKs1U5r28P0XLSICyv9Qne5gZEn3Uu0GMjYn+hVIEOLH6 AlqyulpII7KMdAJMwW2BHoGp1TiSDkhTFfZmwyftbA== X-Google-Smtp-Source: ABhQp+TiwRozmGlmTZOGF945lwBuFfbQVToFTtRXL7T7UPl3oPp+hTly4PnbyOh9dMZzXpoAOsWOhDOtSJ8v7cK9pIQ= X-Received: by 10.36.238.73 with SMTP id b70mr1052594iti.127.1509002388183; Thu, 26 Oct 2017 00:19:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.1.82 with HTTP; Thu, 26 Oct 2017 00:19:27 -0700 (PDT) In-Reply-To: References: <20171024141545.30837-1-akhil.goyal@nxp.com> <20171025150727.30364-1-akhil.goyal@nxp.com> <20171025150727.30364-9-akhil.goyal@nxp.com> From: David Marchand Date: Thu, 26 Oct 2017 09:19:27 +0200 Message-ID: To: radu.nicolau@intel.com, Declan Doherty Cc: "dev@dpdk.org" , Pablo de Lara , Hemant Agrawal , borisp@mellanox.com, aviadye@mellanox.com, Thomas Monjalon , sandeep.malik@nxp.com, Jerin Jacob , "Mcnamara, John" , "Ananyev, Konstantin" , shahafs@mellanox.com, Olivier Matz , Akhil Goyal Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v6 08/10] net/ixgbe: enable inline ipsec X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 07:19:49 -0000 On Thu, Oct 26, 2017 at 9:09 AM, David Marchand wrote: > Hello Radu, Declan, > > On Wed, Oct 25, 2017 at 5:07 PM, Akhil Goyal wrote: >> From: Radu Nicolau >> >> Signed-off-by: Radu Nicolau >> Signed-off-by: Declan Doherty >> --- >> drivers/net/ixgbe/Makefile | 2 +- >> drivers/net/ixgbe/base/ixgbe_osdep.h | 8 + >> drivers/net/ixgbe/ixgbe_ethdev.c | 11 + >> drivers/net/ixgbe/ixgbe_ethdev.h | 6 +- >> drivers/net/ixgbe/ixgbe_flow.c | 47 +++ >> drivers/net/ixgbe/ixgbe_ipsec.c | 737 +++++++++++++++++++++++++++++++++ >> drivers/net/ixgbe/ixgbe_ipsec.h | 151 +++++++ >> drivers/net/ixgbe/ixgbe_rxtx.c | 59 ++- >> drivers/net/ixgbe/ixgbe_rxtx.h | 11 +- >> drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 57 +++ >> 10 files changed, 1082 insertions(+), 7 deletions(-) >> create mode 100644 drivers/net/ixgbe/ixgbe_ipsec.c >> create mode 100644 drivers/net/ixgbe/ixgbe_ipsec.h > > This patch breaks ixgbe pmd compilation when the rte_security library > is disabled. With some logs : CC ixgbe_rxtx.o In file included from .../dpdk-upstream/drivers/net/ixgbe/ixgbe_ethdev.h:41:0, from .../dpdk-upstream/drivers/net/ixgbe/ixgbe_rxtx.c:78: .../dpdk-upstream/drivers/net/ixgbe/ixgbe_ipsec.h:37:26: fatal error: rte_security.h: No such file or directory compilation terminated. .../dpdk-upstream/mk/internal/rte.compile-pre.mk:138: recipe for target 'ixgbe_rxtx.o' failed make[6]: *** [ixgbe_rxtx.o] Error 1 .../dpdk-upstream/mk/rte.subdir.mk:63: recipe for target 'ixgbe' failed make[5]: *** [ixgbe] Error 2 .../dpdk-upstream/mk/rte.subdir.mk:63: recipe for target 'net' failed make[4]: *** [net] Error 2 .../dpdk-upstream/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed make[3]: *** [drivers] Error 2 .../dpdk-upstream/mk/rte.sdkroot.mk:128: recipe for target 'all' failed make[2]: *** [all] Error 2 -- David Marchand