-----Original Message----- > Date: Fri, 15 Dec 2017 11:26:28 +0000 > From: Liang Ma <liang.j...@intel.com> > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, harry.van.haa...@intel.com, bruce.richard...@intel.com, > deepak.k.j...@intel.com, john.ge...@intel.com, peter.mccar...@intel.com, > sea...@gmail.com > Subject: [PATCH v2 7/8] event/opdl: update the build system to enable > compilation > X-Mailer: git-send-email 2.7.5 > > update the base config, add OPDL event dev flag > update the driver/event Makefile to add opdl subdir > update the rte.app.mk allow app link the pmd lib > > Signed-off-by: Liang Ma <liang.j...@intel.com> > Signed-off-by: Peter, Mccarthy <peter.mccar...@intel.com> > --- > config/common_base | 6 ++++++ > drivers/event/Makefile | 1 + > mk/rte.app.mk | 1 + > 3 files changed, 8 insertions(+) > > diff --git a/config/common_base b/config/common_base > index e74febe..67adaba 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -594,6 +594,12 @@ CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y > CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF_DEBUG=n > > # > +# Compile PMD for OPDL event device > +# > +CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV=y
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_OPDL_EVENTDEV_DEBUG=n Use dynamic logging in new PMDs.