X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Frte_config.h;h=9bb915347cb6b1a6c75e6fb60b743a0c2a1888b9;hb=d659460a17afa28d4c7a37d492df47ab3ac542c7;hp=9b2e813f01bf0ffd7f34cf3343c8ffd46c935683;hpb=742bde12f3bd008c2f06d744330436d8b1a56720;p=dpdk.git diff --git a/config/rte_config.h b/config/rte_config.h index 9b2e813f01..9bb915347c 100644 --- a/config/rte_config.h +++ b/config/rte_config.h @@ -22,11 +22,14 @@ #ifdef RTE_EXEC_ENV_LINUX #define RTE_EXEC_ENV_LINUXAPP 1 #endif +#ifdef RTE_EXEC_ENV_FREEBSD +#define RTE_EXEC_ENV_BSDAPP 1 +#endif -/****** library defines ********/ +/* String that appears before the version number */ +#define RTE_VER_PREFIX "DPDK" -/* compat defines */ -#define RTE_BUILD_SHARED_LIB +/****** library defines ********/ /* EAL defines */ #define RTE_MAX_HEAPS 32 @@ -35,7 +38,6 @@ #define RTE_MAX_MEM_MB_PER_LIST 32768 #define RTE_MAX_MEMSEG_PER_TYPE 32768 #define RTE_MAX_MEM_MB_PER_TYPE 65536 -#define RTE_MAX_MEM_MB 524288 #define RTE_MAX_MEMZONE 2560 #define RTE_MAX_TAILQ 32 #define RTE_LOG_DP_LEVEL RTE_LOG_INFO @@ -67,6 +69,9 @@ /* compressdev defines */ #define RTE_COMPRESS_MAX_DEVS 64 +/* regexdev defines */ +#define RTE_MAX_REGEXDEV_DEVS 32 + /* eventdev defines */ #define RTE_EVENT_MAX_DEVS 16 #define RTE_EVENT_MAX_QUEUES_PER_DEV 64 @@ -76,7 +81,7 @@ #define RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE 32 /* rawdev defines */ -#define RTE_RAWDEV_MAX_DEVS 10 +#define RTE_RAWDEV_MAX_DEVS 64 /* ip_fragmentation defines */ #define RTE_LIBRTE_IP_FRAG_MAX_FRAG 4 @@ -92,6 +97,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 */