Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_service_cores.c307 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 1), in service_attr_get()
321 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 0), in service_attr_get()
386 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 1), in service_lcore_attr_get()
415 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(id, slcore_id, 0), in service_lcore_attr_get()
460 int ret = rte_service_map_lcore_set(sid, slcore_id, 1); in service_start_stop()
508 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 1), in service_lcore_en_dis_able()
514 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 0), in service_lcore_en_dis_able()
661 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_1, 1), in service_threaded_test()
663 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_2, 1), in service_threaded_test()
877 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_set(sid, slcore_id, 1), in service_lcore_start_stop()
[all …]
H A Dtest_event_crypto_adapter.c291 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set( in map_adapter_service_core()
854 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set(evdev_service_id, in test_crypto_adapter_conf()
H A Dtest_event_timer_adapter.c125 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set( in eventdev_setup()
216 TEST_ASSERT_SUCCESS(rte_service_map_lcore_set(adapter_service_id, in setup_adapter_service()
/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()
/dpdk/app/test-eventdev/
H A Devt_common.h145 rte_service_map_lcore_set(service_id, in evt_service_setup()
154 if (rte_service_map_lcore_set(service_id, lcore, 1)) in evt_service_setup()
/dpdk/lib/eal/include/
H A Drte_service.h120 int32_t rte_service_map_lcore_set(uint32_t service_id, uint32_t lcore,
/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()
/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c500 rte_service_map_lcore_set(registry->polling.service.id, in sfc_mae_counter_service_unregister()
580 rc = rte_service_map_lcore_set(sid, cid, 1); in sfc_mae_counter_service_register()
615 rte_service_map_lcore_set(sid, cid, 0); in sfc_mae_counter_service_register()
H A Dsfc_repr_proxy.c962 rc = rte_service_map_lcore_set(sid, cid, 1); in sfc_repr_proxy_attach()
1012 rte_service_map_lcore_set(rp->service_id, rp->service_core_id, 0); in sfc_repr_proxy_detach()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_event.c43 if (rte_service_map_lcore_set(service_id, in l2fwd_event_service_enable()
53 if (rte_service_map_lcore_set(service_id, slcore, 1) != 0) in l2fwd_event_service_enable()
/dpdk/lib/eal/common/
H A Drte_service.c568 ret = rte_service_map_lcore_set(i, ids[lcore_iter], 1); in rte_service_start_with_defaults()
616 rte_service_map_lcore_set(uint32_t id, uint32_t lcore, uint32_t enabled) in rte_service_map_lcore_set() function
/dpdk/lib/eal/
H A Dversion.map244 rte_service_map_lcore_set;
/dpdk/examples/l3fwd/
H A Dmain.c1384 if (rte_service_map_lcore_set(service_id, in l3fwd_service_enable()
1394 if (rte_service_map_lcore_set(service_id, slcore, 1)) in l3fwd_service_enable()
/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_crypto_adapter.rst222 rte_service_map_lcore_set(service_id, CORE_ID);
H A Devent_ethernet_rx_adapter.rst136 rte_service_map_lcore_set(service_id, RX_CORE_ID);
H A Devent_timer_adapter.rst180 rte_service_map_lcore_set(service_id, EVTIM_CORE_ID);
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c165 status = rte_service_map_lcore_set(t->service_id, thread_id, 1); in thread_sc_service_up()
183 rte_service_map_lcore_set(t->service_id, thread_id, 0); in thread_sc_service_down()