Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c67 uint8_t runstate; /* running or stopped */ member
298 rte_service_component_runstate_set(uint32_t id, uint32_t runstate) in rte_service_component_runstate_set() argument
307 if (runstate) in rte_service_component_runstate_set()
318 rte_service_runstate_set(uint32_t id, uint32_t runstate) in rte_service_runstate_set() argument
327 if (runstate) in rte_service_runstate_set()
467 while (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) == in service_runner_func()
665 __atomic_store_n(&lcore_states[i].runstate, in rte_service_lcore_reset_all()
691 __atomic_store_n(&lcore_states[lcore].runstate, RUNSTATE_STOPPED, in rte_service_lcore_add()
711 if (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) != in rte_service_lcore_del()
735 if (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) == in rte_service_lcore_start()
[all …]
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service_component.h117 int32_t rte_service_component_runstate_set(uint32_t id, uint32_t runstate);
H A Drte_service.h151 int32_t rte_service_runstate_set(uint32_t id, uint32_t runstate);
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c829 int32_t runstate; in sw_stop() local
832 runstate = rte_service_runstate_get(sw->service_id); in sw_stop()
833 if (runstate == 1) in sw_stop()
851 if (runstate == 1) in sw_stop()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst358 * Added API to set runstate of service implementation to indicate readiness