-----Original Message----- > Date: Fri, 15 Dec 2017 18:38:27 +0530 > From: Sunil Kumar Kori <sunil.k...@nxp.com> > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, hemant.agra...@nxp.com > Subject: [PATCH 5/6] config: enabling compilation of DPAA eventdev PMD > X-Mailer: git-send-email 2.9.3 > > Signed-off-by: Sunil Kumar Kori <sunil.k...@nxp.com> > --- > config/common_base | 4 ++++ > config/defconfig_arm64-dpaa-linuxapp-gcc | 3 +++ > mk/rte.app.mk | 1 + > 3 files changed, 8 insertions(+) > > diff --git a/config/common_base b/config/common_base > index e74febe..6fc7366 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -332,6 +332,10 @@ CONFIG_RTE_LIBRTE_DPAA_BUS=n > CONFIG_RTE_LIBRTE_DPAA_MEMPOOL=n > CONFIG_RTE_LIBRTE_DPAA_PMD=n > > +# Compile software NXP DPAA Event Dev PMD > +CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=n
Enable this configuration in the initial patch and make sure each patch builds. (Just like all other eventdev PMDs are added to DPDK) > +CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV_DEBUG=n I think, you have enabled the dynamic logging. Do you still need this?