Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_service.c61 uint8_t runstate; /* running or stopped */ member
292 rte_service_component_runstate_set(uint32_t id, uint32_t runstate) in rte_service_component_runstate_set() argument
301 if (runstate) in rte_service_component_runstate_set()
312 rte_service_runstate_set(uint32_t id, uint32_t runstate) in rte_service_runstate_set() argument
321 if (runstate) in rte_service_runstate_set()
461 while (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) == in service_runner_func()
659 __atomic_store_n(&lcore_states[i].runstate, in rte_service_lcore_reset_all()
685 __atomic_store_n(&lcore_states[lcore].runstate, RUNSTATE_STOPPED, in rte_service_lcore_add()
705 if (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) != in rte_service_lcore_del()
729 if (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) == in rte_service_lcore_start()
[all …]
/dpdk/lib/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.h147 int32_t rte_service_runstate_set(uint32_t id, uint32_t runstate);
/dpdk/drivers/event/sw/
H A Dsw_evdev.c826 int32_t runstate; in sw_stop() local
829 runstate = rte_service_runstate_get(sw->service_id); in sw_stop()
830 if (runstate == 1) in sw_stop()
848 if (runstate == 1) in sw_stop()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst294 * Added API to set runstate of service implementation to indicate readiness