From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/6] config: enable lpm, port, table, pipeline, acl, sched libraries for ppc64le Date: Fri, 08 Jul 2016 05:57:01 -0700 (PDT) Message-ID: <2151416.pAYsFeuZ97@xps13> References: <1467860276-22848-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <1467860276-22848-2-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Chao Zhu , Bruce Richardson , Konstantin Ananyev , Cristian Dumitrescu , pradeep@us.ibm.com To: Gowrishankar Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 8227F697B for ; Fri, 8 Jul 2016 14:57:02 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id k123so12433529wme.0 for ; Fri, 08 Jul 2016 05:57:02 -0700 (PDT) In-Reply-To: <1467860276-22848-2-git-send-email-gowrishankar.m@linux.vnet.ibm.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-07-07 08:27, Gowrishankar: > --- a/config/defconfig_ppc_64-power8-linuxapp-gcc > +++ b/config/defconfig_ppc_64-power8-linuxapp-gcc > @@ -57,9 +57,9 @@ CONFIG_RTE_LIBRTE_ENIC_PMD=n > CONFIG_RTE_LIBRTE_FM10K_PMD=n > > # This following libraries are not available on Power. So they're turned off. > -CONFIG_RTE_LIBRTE_LPM=n > -CONFIG_RTE_LIBRTE_ACL=n > -CONFIG_RTE_LIBRTE_SCHED=n > -CONFIG_RTE_LIBRTE_PORT=n > -CONFIG_RTE_LIBRTE_TABLE=n > -CONFIG_RTE_LIBRTE_PIPELINE=n > +CONFIG_RTE_LIBRTE_LPM=y > +CONFIG_RTE_LIBRTE_ACL=y > +CONFIG_RTE_LIBRTE_SCHED=y > +CONFIG_RTE_LIBRTE_PORT=y > +CONFIG_RTE_LIBRTE_TABLE=y > +CONFIG_RTE_LIBRTE_PIPELINE=y The comment and these lines can be removed and rely on default enabling in config/common_base. I suggest to enable (remove disabling) a feature at a time in the patch fixing the feature for PPC.