Home
last modified time | relevance | path

Searched refs:rte_service_map_lcore_set (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_service_cores.c303 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 1), in service_attr_get()
376 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 1), in service_lcore_attr_get()
405 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 0), in service_lcore_attr_get()
450 int ret = rte_service_map_lcore_set(sid, slcore_id, 1); in service_start_stop()
498 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 1), in service_lcore_en_dis_able()
504 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 0), in service_lcore_en_dis_able()
651 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_1, 1), in service_threaded_test()
653 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_2, 1), in service_threaded_test()
867 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 1), in service_lcore_start_stop()
916 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 1), in service_may_be_active()
[all …]
H A Dtest_event_crypto_adapter.c277 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set( in map_adapter_service_core()
832 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set(evdev_service_id, in test_crypto_adapter_conf()
H A Dtest_event_timer_adapter.c113 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set( in eventdev_setup()
204 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set(adapter_service_id, in setup_adapter_service()
/f-stack/dpdk/app/test-eventdev/
H A Devt_common.h136 rte_service_map_lcore_set(service_id, in evt_service_setup()
145 if (rte_service_map_lcore_set(service_id, lcore, 1)) in evt_service_setup()
/f-stack/dpdk/examples/service_cores/
H A Dmain.c138 if (rte_service_map_lcore_set(s, core, in apply_profile()
147 ret = rte_service_map_lcore_set(s, core, 0); in apply_profile()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h124 int32_t rte_service_map_lcore_set(uint32_t service_id, uint32_t lcore,
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_event.c44 if (rte_service_map_lcore_set(service_id, in l2fwd_event_service_enable()
54 if (rte_service_map_lcore_set(service_id, slcore, 1) != 0) in l2fwd_event_service_enable()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c96 rte_service_map_lcore_set(priv->rxp.sid, priv->rxp.scid, 0); in fs_rx_event_proxy_service_uninstall()
190 ret = rte_service_map_lcore_set(priv->rxp.sid, in fs_rx_event_proxy_service_install()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def140 rte_service_map_lcore_set
H A Dversion.map177 rte_service_map_lcore_set;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c574 ret = rte_service_map_lcore_set(i, ids[lcore_iter], 1); in rte_service_start_with_defaults()
622 rte_service_map_lcore_set(uint32_t id, uint32_t lcore, uint32_t enabled) in rte_service_map_lcore_set() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst106 ret = rte_service_map_lcore_set(service_id, service_core_id, enable);
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c1109 if (rte_service_map_lcore_set(service_id, in l3fwd_service_enable()
1119 if (rte_service_map_lcore_set(service_id, slcore, 1)) in l3fwd_service_enable()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_tx_adapter.rst109 rte_service_map_lcore_set(service_id, TX_CORE_ID);
H A Devent_ethernet_rx_adapter.rst124 rte_service_map_lcore_set(service_id, RX_CORE_ID);
H A Devent_crypto_adapter.rst205 rte_service_map_lcore_set(service_id, CORE_ID);
H A Devent_timer_adapter.rst168 rte_service_map_lcore_set(service_id, EVTIM_CORE_ID);
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c169 status = rte_service_map_lcore_set(t->service_id, thread_id, 1); in thread_sc_service_up()
187 rte_service_map_lcore_set(t->service_id, thread_id, 0); in thread_sc_service_down()