Searched refs:lcore_counter (Results 1 – 1 of 1) sorted by relevance
1636 int lcore_counter = 0; in run_rte_flow_handler_cores() local1643 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()