From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EF93320AF3; Thu, 26 Oct 2017 16:36:09 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 16:36:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9vGiBpB9+XK4IlrBX9ZGXRgpvK Fmvd1q1OA5qZlGTFY=; b=Ie1txt72fISbLEVwhteYpNNlkycNHB33KfRVidDBxm sH8eMKsu/Sym079mej7l/+y6KpmMMGon0St1VOUXw9PEH4p2fNKIni95/dqrY6IF h5pg1C2vP1X1SiBipVl2mrB1BSDsucqXExy3ykbwnSiRS5kFgLr/t8QhjuL9R/zS M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=9vGiBp B9+XK4IlrBX9ZGXRgpvKFmvd1q1OA5qZlGTFY=; b=fF0pBnpDcR13Zk2un5nv3N yyCGHN9xKnnPboAvtDppzcGL8ZGxX7mXPLgj1PFp/A88kkg9FynNJIcdLnQS3HCh +Vc8P7n2Cundmt604khRtFk+5MKoKWj53cjFuFNKpSPoqGaSFhri3A3YpIiwN5iW Cve9gEdUt+xOLqx2CPRIpfd6y4AGfQvhaJ3gylJBrQVVRglg1kOpwYOlGP1/mHMn AQelg/Jv6f6Fzlvun/g1OE8dDj12hWmKXA8+hszd6K1ERdvlIZJLdivatiYkstda 1ZRkCsk+YJuecz+E7Z9wFyBvlKJewAgdAipH70w33eh6XvNzLWghXhOTUuxuVH9A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 828B07E3DF; Thu, 26 Oct 2017 16:36:09 -0400 (EDT) From: Thomas Monjalon To: David Marchand , Radu Nicolau , Akhil Goyal 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 Date: Thu, 26 Oct 2017 22:36:08 +0200 Message-ID: <7791911.qhM5Bmhd5S@xps> In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] Build fails when rte_security is disabled 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 20:36:10 -0000 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