| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 303 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 D | test_event_crypto_adapter.c | 277 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 D | test_event_timer_adapter.c | 113 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 D | evt_common.h | 136 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 D | main.c | 138 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 D | rte_service.h | 124 int32_t rte_service_map_lcore_set(uint32_t service_id, uint32_t lcore,
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_event.c | 44 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 D | failsafe_intr.c | 96 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 D | rte_eal_exports.def | 140 rte_service_map_lcore_set
|
| H A D | version.map | 177 rte_service_map_lcore_set;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 574 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 D | service_cores.rst | 106 ret = rte_service_map_lcore_set(service_id, service_core_id, enable);
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 1109 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 D | event_ethernet_tx_adapter.rst | 109 rte_service_map_lcore_set(service_id, TX_CORE_ID);
|
| H A D | event_ethernet_rx_adapter.rst | 124 rte_service_map_lcore_set(service_id, RX_CORE_ID);
|
| H A D | event_crypto_adapter.rst | 205 rte_service_map_lcore_set(service_id, CORE_ID);
|
| H A D | event_timer_adapter.rst | 168 rte_service_map_lcore_set(service_id, EVTIM_CORE_ID);
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 169 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()
|