X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Frte_config.h;h=e9201fd463106d0a8315eb1aa73db9fe5a12a180;hb=c5b7197f662e;hp=895475a44da02919dfe60afa40f8f8a6d5bb69a7;hpb=9ef9fc25e2ffd1847eaddd0b9d2207c6cac37b3a;p=dpdk.git diff --git a/config/rte_config.h b/config/rte_config.h index 895475a44d..e9201fd463 100644 --- a/config/rte_config.h +++ b/config/rte_config.h @@ -31,9 +31,6 @@ /****** library defines ********/ -/* compat defines */ -#define RTE_BUILD_SHARED_LIB - /* EAL defines */ #define RTE_MAX_HEAPS 32 #define RTE_MAX_MEMSEG_LISTS 128 @@ -101,6 +98,10 @@ /* KNI defines */ #define RTE_KNI_PREEMPT_DEFAULT 1 +/* rte_graph defines */ +#define RTE_GRAPH_BURST_SIZE 256 +#define RTE_LIBRTE_GRAPH_STATS 1 + /****** driver defines ********/ /* QuickAssist device */