From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] Build fails when rte_security is disabled Date: Thu, 26 Oct 2017 22:36:08 +0200 Message-ID: <7791911.qhM5Bmhd5S@xps> References: <1509013365-13819-1-git-send-email-radu.nicolau@intel.com> <1509027314-18229-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan Doherty , Pablo de Lara , Hemant Agrawal , borisp@mellanox.com, aviadye@mellanox.com, sandeep.malik@nxp.com, Jerin Jacob , "Mcnamara, John" , "Ananyev, Konstantin" , shahafs@mellanox.com, Olivier Matz To: David Marchand , Radu Nicolau , Akhil Goyal Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 730781B85D for ; Thu, 26 Oct 2017 22:36:10 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/10/2017 17:27, David Marchand: > On Thu, Oct 26, 2017 at 4:15 PM, Radu Nicolau wrote: > > v2: Added ifdefs in the ixgbe code, updated dependecies for ipsec_secgw, > > dpaa2_sec kept as in v1, with a dependency check > > > > Radu Nicolau (3): > > net/ixgbe: fix build issue > > examples/ipsec-secgw: fix build issue > > crypto/dpaa2_sec: fix build issue > > Tested build + examples build. > Used this patchset on top of current master, on x86_64 / ubuntu-16.04, > default "native" config, with and without rte_security enabled. > > Tested-by: David Marchand Applied, thanks everybody for catching and fixing