From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 5/6] config: enabling compilation of DPAA eventdev PMD Date: Sat, 16 Dec 2017 18:09:36 +0530 Message-ID: <20171216123935.GD17045@jerin> References: <20171215130828.14218-1-sunil.kori@nxp.com> <20171215130828.14218-6-sunil.kori@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, hemant.agrawal@nxp.com To: Sunil Kumar Kori Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0067.outbound.protection.outlook.com [104.47.34.67]) by dpdk.org (Postfix) with ESMTP id 04648237 for ; Sat, 16 Dec 2017 13:40:09 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171215130828.14218-6-sunil.kori@nxp.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 18:38:27 +0530 > From: Sunil Kumar Kori > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, hemant.agrawal@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 > --- > 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?