Searched refs:rte_service_lcore_start (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 305 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 D | test_event_crypto_adapter.c | 273 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 D | test_event_timer_adapter.c | 110 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 D | rte_service.h | 246 int32_t rte_service_lcore_start(uint32_t lcore_id);
|
| /f-stack/dpdk/examples/service_cores/ |
| H A D | main.c | 133 ret = rte_service_lcore_start(core); in apply_profile()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 137 rte_service_lcore_start
|
| H A D | version.map | 174 rte_service_lcore_start;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 566 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 D | l2fwd_event.c | 56 rte_service_lcore_start(slcore); in l2fwd_event_service_enable()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 99 ret = rte_service_lcore_start(service_core_id);
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_intr.c | 158 ret = rte_service_lcore_start(priv->rxp.scid); in fs_rx_event_proxy_service_install()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 1121 rte_service_lcore_start(slcore); in l3fwd_service_enable()
|