Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h166 int32_t rte_service_runstate_get(uint32_t id);
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c454 TEST_ASSERT_EQUAL(0, rte_service_runstate_get(sid), in service_start_stop()
460 TEST_ASSERT_EQUAL(0, rte_service_runstate_get(sid), in service_start_stop()
466 TEST_ASSERT_EQUAL(1, rte_service_runstate_get(sid), in service_start_stop()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def144 rte_service_runstate_get
H A Dversion.map181 rte_service_runstate_get;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c338 rte_service_runstate_get(uint32_t id) in rte_service_runstate_get() function
770 int32_t service_running = rte_service_runstate_get(i); in rte_service_lcore_stop()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c1028 if (rte_service_runstate_get(adapter->data->service_id) != 1) { in __swtim_arm_burst()
1152 if (rte_service_runstate_get(adapter->data->service_id) != 1) { in swtim_cancel_burst()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c777 if (!rte_service_runstate_get(sw->service_id)) { in sw_start()
832 runstate = rte_service_runstate_get(sw->service_id); in sw_stop()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst351 * Check if service is running with ``rte_service_runstate_get``.