X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Frte_config.h;h=e9201fd463106d0a8315eb1aa73db9fe5a12a180;hb=ac79183dc6f721814ba66b6cf3e7092cdc507eb2;hp=0bbbe274f7cc633fc68dba39832513d2eb8148b9;hpb=bca4350ed72283e386645c85431aa628e181e166;p=dpdk.git diff --git a/config/rte_config.h b/config/rte_config.h index 0bbbe274f7..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 @@ -98,6 +95,13 @@ #define RTE_SCHED_PORT_N_GRINDERS 8 #undef RTE_SCHED_VECTOR +/* 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 */