Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_service_cores.c309 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 Dtest_event_crypto_adapter.c287 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 Dtest_event_timer_adapter.c122 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 Drte_service.h242 int32_t rte_service_lcore_start(uint32_t lcore_id);
/dpdk/examples/service_cores/
H A Dmain.c133 ret = rte_service_lcore_start(core); in apply_profile()
/dpdk/lib/eal/common/
H A Drte_service.c560 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 Dversion.map241 rte_service_lcore_start;
/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c158 ret = rte_service_lcore_start(priv->rxp.scid); in fs_rx_event_proxy_service_install()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_event.c55 rte_service_lcore_start(slcore); in l2fwd_event_service_enable()
/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c563 rc = rte_service_lcore_start(cid); in sfc_mae_counter_service_register()
H A Dsfc_repr_proxy.c1132 rc = rte_service_lcore_start(rp->service_core_id); in sfc_repr_proxy_start()
/dpdk/examples/l3fwd/
H A Dmain.c1396 rte_service_lcore_start(slcore); in l3fwd_service_enable()