Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h306 int32_t rte_service_lcore_del(uint32_t lcore);
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c593 TEST_ASSERT_EQUAL(0, rte_service_lcore_del(slcore_1), in service_lcore_add_del()
595 TEST_ASSERT_EQUAL(0, rte_service_lcore_del(slcore_2), in service_lcore_add_del()
894 TEST_ASSERT_EQUAL(0, rte_service_lcore_del(slcore_id), in service_lcore_start_stop()
H A Dtest_event_crypto_adapter.c789 rte_service_lcore_del(slcore_id); in test_crypto_adapter_stop()
796 rte_service_lcore_del(slcore_id); in test_crypto_adapter_stop()
/f-stack/dpdk/examples/service_cores/
H A Dmain.c158 ret = rte_service_lcore_del(core); in apply_profile()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def134 rte_service_lcore_del
H A Dversion.map171 rte_service_lcore_del;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c698 rte_service_lcore_del(uint32_t lcore) in rte_service_lcore_del() function