From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Fw: dpdk-armv7 - Build # 342 - Failure! Date: Fri, 11 Mar 2016 14:33:50 +0100 Message-ID: <2098276.9k93xeoVuW@xps13> References: <20160311123910.779f9c2e@jvn> <56E2B065.3090108@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Viktorin To: Sergio Gonzalez Monroy Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 9F4A32BEA for ; Fri, 11 Mar 2016 14:35:34 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id l68so18420692wml.0 for ; Fri, 11 Mar 2016 05:35:34 -0800 (PST) In-Reply-To: <56E2B065.3090108@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-11 11:47, Sergio Gonzalez Monroy: > On 11/03/2016 11:39, Jan Viktorin wrote: > > Hello Sergio, > > > > I've detected a build regression for the ARMv7. It seems to me the > > source of the problem is the following commit: > > > > http://dpdk.org/browse/dpdk/commit/?id=d299106e8e31a622b3a1c1653f7795fa8a55860e > > > > The ipsec-secgw should be compiled only when LPM is enabled. See, eg. > > how the l3fwd-power example is done in examples/Makefile. > > Right! > > Actually the app has dependencies on a few libraries, so I'll fix that. Please take the opportunity to move the crypto examples in the alphabetical order in this Makefile. Thanks