From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 7/8] event/opdl: update the build system to enable compilation Date: Sat, 16 Dec 2017 17:45:46 +0530 Message-ID: <20171216121545.GC15284@jerin> References: <1513337189-137661-1-git-send-email-liang.j.ma@intel.com> <1513337189-137661-8-git-send-email-liang.j.ma@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com, deepak.k.jain@intel.com, john.geary@intel.com, peter.mccarthy@intel.com, seanbh@gmail.com To: Liang Ma Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0040.outbound.protection.outlook.com [104.47.33.40]) by dpdk.org (Postfix) with ESMTP id 2765F2661 for ; Sat, 16 Dec 2017 13:16:04 +0100 (CET) Content-Disposition: inline In-Reply-To: <1513337189-137661-8-git-send-email-liang.j.ma@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 15 Dec 2017 11:26:28 +0000 > From: Liang Ma > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com, > deepak.k.jain@intel.com, john.geary@intel.com, peter.mccarthy@intel.com, > seanbh@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 > Signed-off-by: Peter, Mccarthy > --- > 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.