Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_service.c63 uint8_t is_service_core; /* set if core is currently a service core */ member
502 count += lcore_states[i].is_service_core; in rte_service_lcore_count()
520 if (cs->is_service_core) { in rte_service_lcore_list()
536 if (!cs->is_service_core) in rte_service_lcore_count_services()
643 lcore_states[lcore].is_service_core = (state == ROLE_SERVICE); in set_lcore_state()
652 if (lcore_states[i].is_service_core) { in rte_service_lcore_reset_all()
675 if (lcore_states[lcore].is_service_core) in rte_service_lcore_add()
698 if (!cs->is_service_core) in rte_service_lcore_del()
722 if (!cs->is_service_core) in rte_service_lcore_start()
817 if (!cs->is_service_core) in rte_service_lcore_attr_get()
[all …]