config: enable compilation of DPAA eventdev PMD
authorSunil Kumar Kori <sunil.kori@nxp.com>
Tue, 16 Jan 2018 20:43:54 +0000 (02:13 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 19 Jan 2018 15:09:56 +0000 (16:09 +0100)
Signed-off-by: Sunil Kumar Kori <sunil.kori@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
config/common_base
config/defconfig_arm64-dpaa-linuxapp-gcc

index 571746e..1443460 100644 (file)
@@ -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
 #
index 5f882ca..c2ca16a 100644 (file)
@@ -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
 #