examples/ipsec-secgw: fix no SA found case
[dpdk.git] / config / common_base
index b9ba405..3a04fba 100644 (file)
@@ -369,6 +369,12 @@ CONFIG_RTE_LIBRTE_PMD_AESNI_GCM_DEBUG=n
 CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
 CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
 
+#
+# Compile PMD for KASUMI device
+#
+CONFIG_RTE_LIBRTE_PMD_KASUMI=n
+CONFIG_RTE_LIBRTE_PMD_KASUMI_DEBUG=n
+
 #
 # Compile PMD for NULL Crypto device
 #
@@ -515,6 +521,11 @@ CONFIG_RTE_KNI_VHOST_VNET_HDR_EN=n
 CONFIG_RTE_KNI_VHOST_DEBUG_RX=n
 CONFIG_RTE_KNI_VHOST_DEBUG_TX=n
 
+#
+# Compile the pdump library
+#
+CONFIG_RTE_LIBRTE_PDUMP=y
+
 #
 # Compile vhost library
 # fuse-devel is needed to run vhost-cuse.