Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dmain.c1636 int lcore_counter = 0; in run_rte_flow_handler_cores() local
1643 printf(":: lcore %d mapped with index %d\n", lcore_id, lcore_counter); in run_rte_flow_handler_cores()
1644 if (lcore_counter >= (int) mc_pool.cores_count) in run_rte_flow_handler_cores()
1648 lcore_counter++; in run_rte_flow_handler_cores()
1650 lcore_id = lcore_counter; in run_rte_flow_handler_cores()