Home
last modified time | relevance | path

Searched refs:APP_MAX_LCORE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/qos_sched/
H A Dmain.h42 #ifndef APP_MAX_LCORE
44 #define APP_MAX_LCORE 64 macro
46 #define APP_MAX_LCORE RTE_MAX_LCORE
50 #define MAX_DATA_STREAMS (APP_MAX_LCORE/2)
H A Dargs.c96 for (i = 0; i < APP_MAX_LCORE; i++) { in app_eal_core_mask()
115 for (i = 0; i < APP_MAX_LCORE; i++) { in app_cpu_core_count()