X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fcommon_base;h=5ba283957c3145066051c263bf5a855d122a8492;hb=bab9497ef78b5c290c8112ad65a263f40bebc518;hp=14000ba07e63693884e3b737bda9b085facceeda;hpb=66fde1b943ebc99097049138bb4b857e6ae57a2f;p=dpdk.git diff --git a/config/common_base b/config/common_base index 14000ba07e..5ba283957c 100644 --- a/config/common_base +++ b/config/common_base @@ -735,6 +735,11 @@ CONFIG_RTE_LIBRTE_PMD_ISAL=n # CONFIG_RTE_LIBRTE_PMD_ZLIB=n +# +# Compile RegEx device support +# +CONFIG_RTE_LIBRTE_REGEXDEV=y + # # Compile generic event device library # @@ -929,7 +934,7 @@ CONFIG_RTE_LIBRTE_BITRATE=y CONFIG_RTE_LIBRTE_LATENCY_STATS=y # -# Compile librte_telemetry +# Compile librte_telemetry legacy support # CONFIG_RTE_LIBRTE_TELEMETRY=n @@ -1087,6 +1092,18 @@ CONFIG_RTE_LIBRTE_BPF_ELF=n # CONFIG_RTE_LIBRTE_IPSEC=y +# +# Compile librte_graph +# +CONFIG_RTE_LIBRTE_GRAPH=y +CONFIG_RTE_GRAPH_BURST_SIZE=256 +CONFIG_RTE_LIBRTE_GRAPH_STATS=y + +# +# Compile librte_node +# +CONFIG_RTE_LIBRTE_NODE=y + # # Compile the test application # @@ -1105,6 +1122,11 @@ CONFIG_RTE_TEST_PMD=y CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n +# +# Compile the rte flow perf application +# +CONFIG_RTE_TEST_FLOW_PERF=y + # # Compile the bbdev test application #