From ef4fb1d6c7b024fdf50c344511719db47426fef6 Mon Sep 17 00:00:00 2001 From: Sunil Kumar Kori Date: Wed, 17 Jan 2018 02:13:54 +0530 Subject: [PATCH] config: enable compilation of DPAA eventdev PMD Signed-off-by: Sunil Kumar Kori Acked-by: Hemant Agrawal --- config/common_base | 5 +++++ config/defconfig_arm64-dpaa-linuxapp-gcc | 3 +++ 2 files changed, 8 insertions(+) diff --git a/config/common_base b/config/common_base index 571746e542..1443460889 100644 --- a/config/common_base +++ b/config/common_base @@ -594,6 +594,11 @@ CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y # CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV=y +# +# Compile PMD for NXP DPAA event device +# +CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=n + # # Compile PMD for NXP DPAA2 event device # diff --git a/config/defconfig_arm64-dpaa-linuxapp-gcc b/config/defconfig_arm64-dpaa-linuxapp-gcc index 5f882cab8d..c2ca16ac48 100644 --- a/config/defconfig_arm64-dpaa-linuxapp-gcc +++ b/config/defconfig_arm64-dpaa-linuxapp-gcc @@ -30,6 +30,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.20.1