Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dargs.c25 static uint32_t app_main_core = 1; variable
75 printf(usage, prgname, APP_INTERACTIVE_DEFAULT, app_main_core, in app_usage()
356 app_main_core = (uint32_t)atoi(optarg); in app_parse_args()
412 for (i = 0; i <= app_main_core; i++) { in app_parse_args()
413 if (app_used_core_mask & (1u << app_main_core)) { in app_parse_args()
419 app_used_core_mask |= 1u << app_main_core; in app_parse_args()
422 (app_main_core != rte_get_main_lcore())) { in app_parse_args()