Home
last modified time | relevance | path

Searched refs:rte_service_run_iter_on_app_lcore (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h124 rte_service_run_iter_on_app_lcore(fdata->rxadptr_service_id, in schedule_devices()
129 rte_service_run_iter_on_app_lcore(fdata->evdev_service_id, in schedule_devices()
138 rte_service_run_iter_on_app_lcore(fdata->txadptr_service_id, in schedule_devices()
H A Dpipeline_worker_tx.c602 rte_service_run_iter_on_app_lcore( in service_rx_adapter()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c403 rte_service_run_iter_on_app_lcore(t->service_id, 1); in run_prio_packet_test()
495 rte_service_run_iter_on_app_lcore(t->service_id, 1); in test_single_directed_packet()
562 rte_service_run_iter_on_app_lcore(t->service_id, 1); in test_directed_forward_credits()
724 rte_service_run_iter_on_app_lcore(t->service_id, 1); in burst_packets()
813 rte_service_run_iter_on_app_lcore(t->service_id, 1); in abuse_inflights()
951 rte_service_run_iter_on_app_lcore(t->service_id, 1); in xstats_tests()
1502 rte_service_run_iter_on_app_lcore(t->service_id, 1); in xstats_id_reset_tests()
1890 rte_service_run_iter_on_app_lcore(t->service_id, 1); in qid_priorities()
1970 rte_service_run_iter_on_app_lcore(t->service_id, 1); in unlink_in_progress()
2042 rte_service_run_iter_on_app_lcore(t->service_id, 1); in load_balancing()
[all …]
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h231 int32_t rte_service_run_iter_on_app_lcore(uint32_t id,
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def143 rte_service_run_iter_on_app_lcore
H A Dversion.map180 rte_service_run_iter_on_app_lcore;
/f-stack/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c441 ret = rte_service_run_iter_on_app_lcore(eid, 0); in tx_adapter_single()
445 ret = rte_service_run_iter_on_app_lcore(tid, 0); in tx_adapter_single()
H A Dtest_service_cores.c767 return rte_service_run_iter_on_app_lcore(*delay_service_id, 1); in service_run_on_app_core_func()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c434 rte_service_run_iter_on_app_lcore(uint32_t id, uint32_t serialize_mt_unsafe) in rte_service_run_iter_on_app_lcore() function
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c913 rte_service_run_iter_on_app_lcore(service_id[i], 0); in eh_start_worker_eth_core()