net/failsafe: add fail-safe PMD
[dpdk.git] / config / common_base
index bb1ba8b..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
 #