From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=9L1ra03sal/3FIFd0PhSScb77goWwm2KoTWujOOhWAA=; b=CkpSK4t+MBK2FAYLd2out8R+bFofNBw5bfAdHUEuDOWxqD01+3q/1Ot4UPNuPUw8Sl ZCpWOTDZL0i/by6NEuii/BNI1bDrCIqXhisTBbIBXVY7CX2FX4e0UekN1GIyIDnZdg4q 2CtOXWlJsJd/vsWEbaAv+8B8aSsoLRXCJWAzahYb2AZiyUbufdkQIJNhL7q071L739rZ FBRc//b49tWbfg18RqODsYQRsc4+MuTc9P9AtpmiMfB2b0fXm4J/C6c2qBNgLInKG+Y0 /OZvqBBv3FTLFWB7ccBqCwy2u7xBfBx/9ggs/9hHrIMbwMeDtJPILwHwBItBPK8WGdIw BDoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=9L1ra03sal/3FIFd0PhSScb77goWwm2KoTWujOOhWAA=; b=aDZbPxHbGK9cv7drnSjFUEAfRUp27derLxWkBIU+zA/m+5vlW+z9XzxQCxGUPGirRC FhCvZptvCJT8l2ntdNYTIixAwMD8SifnpmvGE10lVLH+KLeM+ZljVewWGYc9EndlYezg HnXfeBFkler6sxZSULZZJXs0e75V0wDFS5vkScuZsHzwH75RRcGjgVTuRf8ndd4j1l9G XWCe1RNSFfFDQ32p9fKD62DKNg4t95Y600XL2JY1i9neVOAWd4soTI0BQ3JofcTx3xEa b0bsX+iSYmbdH6jFyF4jdAwws/QHa14fmBqvzMtxWmMBxl/UOBxSiKdIKNX68db/znex sVeg== X-Gm-Message-State: AD7BkJLaSzLQ6hRTY35aPqGxmXfzjnsT/jeZ9IBz/UVilD/ywftybCjrDIiz3ZewHcDloxn9 X-Received: by 10.194.121.136 with SMTP id lk8mr11522791wjb.92.1457711641830; Fri, 11 Mar 2016 07:54:01 -0800 (PST) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id o128sm2878261wmb.19.2016.03.11.07.54.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2016 07:54:01 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Fri, 11 Mar 2016 16:52:13 +0100 Message-ID: <1509399.xAIzrQNqx8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1457710350-127230-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1457710350-127230-1-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] examples: fix examples build when lpm disabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 15:54:02 -0000 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