From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sunil Kumar Kori Subject: [PATCH v2 01/12] config: enabling compilation of DPAA eventdev PMD Date: Fri, 22 Dec 2017 20:47:14 +0530 Message-ID: <20171222151725.11273-1-sunil.kori@nxp.com> References: <20171215130828.14218-7-sunil.kori@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , To: Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0072.outbound.protection.outlook.com [104.47.41.72]) by dpdk.org (Postfix) with ESMTP id 55B6A1B3D7 for ; Fri, 22 Dec 2017 16:17:36 +0100 (CET) In-Reply-To: <20171215130828.14218-7-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" Signed-off-by: Sunil Kumar Kori --- config/common_base | 3 +++ config/defconfig_arm64-dpaa-linuxapp-gcc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/common_base b/config/common_base index e74febe..d3acd84 100644 --- a/config/common_base +++ b/config/common_base @@ -332,6 +332,9 @@ 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 + # # Compile burst-oriented Cavium OCTEONTX network PMD driver # diff --git a/config/defconfig_arm64-dpaa-linuxapp-gcc b/config/defconfig_arm64-dpaa-linuxapp-gcc index e577432..c163f9d 100644 --- a/config/defconfig_arm64-dpaa-linuxapp-gcc +++ b/config/defconfig_arm64-dpaa-linuxapp-gcc @@ -58,6 +58,9 @@ CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="dpaa" # Compile software NXP DPAA PMD CONFIG_RTE_LIBRTE_DPAA_PMD=y +# Compile software NXP DPAA Event Dev PMD +CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=y + # # FSL DPAA caam - crypto driver # -- 2.9.3