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.