doc: remove incorrect limitation on QAT PMD
[dpdk.git] / config / common_base
index 660588a..7805605 100644 (file)
@@ -419,6 +419,11 @@ CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
 #
 CONFIG_RTE_LIBRTE_PMD_NULL=y
 
+#
+# Compile fail-safe PMD
+#
+CONFIG_RTE_LIBRTE_PMD_FAILSAFE=y
+
 #
 # Do prefetch of packet data within PMD driver receive function
 #
@@ -640,6 +645,11 @@ CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
 CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
 
+#
+# Compile GRO library
+#
+CONFIG_RTE_LIBRTE_GRO=y
+
 #
 # Compile librte_meter
 #
@@ -734,3 +744,8 @@ CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
 # Compile the crypto performance application
 #
 CONFIG_RTE_APP_CRYPTO_PERF=y
+
+#
+# Compile the eventdev application
+#
+CONFIG_RTE_APP_EVENTDEV=y