Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_service_cores.c305 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_attr_get()
381 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_lcore_attr_get()
655 rte_service_lcore_start(slcore_1); in service_threaded_test()
656 rte_service_lcore_start(slcore_2); in service_threaded_test()
677 rte_service_lcore_start(slcore_1); in service_threaded_test()
678 rte_service_lcore_start(slcore_2); in service_threaded_test()
863 TEST_ASSERT_EQUAL(-EINVAL, rte_service_lcore_start(slcore_id), in service_lcore_start_stop()
869 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_lcore_start_stop()
871 TEST_ASSERT_EQUAL(-EALREADY, rte_service_lcore_start(slcore_id), in service_lcore_start_stop()
918 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_may_be_active()
[all …]
H A Dtest_event_crypto_adapter.c273 TEST_ASSERT_SUCCESS(rte_service_lcore_start(slcore_id), in map_adapter_service_core()
828 TEST_ASSERT_SUCCESS(rte_service_lcore_start(slcore_id), in test_crypto_adapter_conf()
H A Dtest_event_timer_adapter.c110 TEST_ASSERT_SUCCESS(rte_service_lcore_start( in eventdev_setup()
199 ret = rte_service_lcore_start(sw_adptr_slcore); in setup_adapter_service()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h246 int32_t rte_service_lcore_start(uint32_t lcore_id);
/f-stack/dpdk/examples/service_cores/
H A Dmain.c133 ret = rte_service_lcore_start(core); in apply_profile()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def137 rte_service_lcore_start
H A Dversion.map174 rte_service_lcore_start;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c566 rte_service_lcore_start(ids[i]); in rte_service_start_with_defaults()
722 rte_service_lcore_start(uint32_t lcore) in rte_service_lcore_start() function
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_event.c56 rte_service_lcore_start(slcore); in l2fwd_event_service_enable()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst99 ret = rte_service_lcore_start(service_core_id);
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c158 ret = rte_service_lcore_start(priv->rxp.scid); in fs_rx_event_proxy_service_install()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c1121 rte_service_lcore_start(slcore); in l3fwd_service_enable()