From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples: fix examples build when lpm disabled Date: Fri, 11 Mar 2016 16:52:13 +0100 Message-ID: <1509399.xAIzrQNqx8@xps13> References: <1457710350-127230-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Sergio Gonzalez Monroy Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 095B9DE3 for ; Fri, 11 Mar 2016 16:54:02 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id l68so23062711wml.1 for ; Fri, 11 Mar 2016 07:54:02 -0800 (PST) In-Reply-To: <1457710350-127230-1-git-send-email-sergio.gonzalez.monroy@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 15:32, Sergio Gonzalez Monroy: > Building examples fails with CONFIG_RTE_LIBRTE_LPM=n > > The error is caused by the new app ipsec-secgw that gets build > without checking for configuration dependencies. > > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") > > The patch also reorders a couple entries to maintain alphabetic order. > > Reported-by: Jan Viktorin > Signed-off-by: Sergio Gonzalez Monroy Applied, thanks