X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fcommon_base;h=78056050fec50f347184db612c9efa6efab6c9fc;hb=de938b79b2fce7e15389aad1543e778a8721e3a5;hp=660588a3df0673e79d1c71d28e48c77377eccd16;hpb=1b72605d24168f6ca7d7f96f6c8ddda52735ea28;p=dpdk.git diff --git a/config/common_base b/config/common_base index 660588a3df..78056050fe 100644 --- a/config/common_base +++ b/config/common_base @@ -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