Searched refs:rte_service_lcore_start (Results 1 – 12 of 12) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 309 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_attr_get() 391 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_lcore_attr_get() 665 rte_service_lcore_start(slcore_1); in service_threaded_test() 666 rte_service_lcore_start(slcore_2); in service_threaded_test() 687 rte_service_lcore_start(slcore_1); in service_threaded_test() 688 rte_service_lcore_start(slcore_2); in service_threaded_test() 873 TEST_ASSERT_EQUAL(-EINVAL, rte_service_lcore_start(slcore_id), in service_lcore_start_stop() 879 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_lcore_start_stop() 881 TEST_ASSERT_EQUAL(-EALREADY, rte_service_lcore_start(slcore_id), in service_lcore_start_stop() 928 TEST_ASSERT_EQUAL(0, rte_service_lcore_start(slcore_id), in service_may_be_active() [all …]
|
| H A D | test_event_crypto_adapter.c | 287 TEST_ASSERT_SUCCESS(rte_service_lcore_start(slcore_id), in map_adapter_service_core() 850 TEST_ASSERT_SUCCESS(rte_service_lcore_start(slcore_id), in test_crypto_adapter_conf()
|
| H A D | test_event_timer_adapter.c | 122 TEST_ASSERT_SUCCESS(rte_service_lcore_start( in eventdev_setup() 211 ret = rte_service_lcore_start(sw_adptr_slcore); in setup_adapter_service()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_service.h | 242 int32_t rte_service_lcore_start(uint32_t lcore_id);
|
| /dpdk/examples/service_cores/ |
| H A D | main.c | 133 ret = rte_service_lcore_start(core); in apply_profile()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 560 rte_service_lcore_start(ids[i]); in rte_service_start_with_defaults() 716 rte_service_lcore_start(uint32_t lcore) in rte_service_lcore_start() function
|
| /dpdk/lib/eal/ |
| H A D | version.map | 241 rte_service_lcore_start;
|
| /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()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_event.c | 55 rte_service_lcore_start(slcore); in l2fwd_event_service_enable()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 563 rc = rte_service_lcore_start(cid); in sfc_mae_counter_service_register()
|
| H A D | sfc_repr_proxy.c | 1132 rc = rte_service_lcore_start(rp->service_core_id); in sfc_repr_proxy_start()
|
| /dpdk/examples/l3fwd/ |
| H A D | main.c | 1396 rte_service_lcore_start(slcore); in l3fwd_service_enable()
|