Searched refs:lcore_function_t (Results 1 – 16 of 16) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_launch.h | 30 typedef int (lcore_function_t)(void *); typedef 65 int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id); 101 int rte_eal_mp_remote_launch(lcore_function_t *f, void *arg,
|
| /f-stack/dpdk/app/test/ |
| H A D | test_stack_perf.c | 172 lcore_function_t fn) in run_on_core_pair() 201 run_on_n_cores(struct rte_stack *s, lcore_function_t fn, int n) in run_on_n_cores()
|
| H A D | test_ring_perf.c | 284 lcore_function_t *f1, *f2; in run_on_core_pair() 385 lcore_function_t *lcore_f; in run_on_all_cores()
|
| H A D | test_distributor_perf.c | 60 rte_eal_remote_launch((lcore_function_t *)flip_bit, &data[0], workerid); in time_cache_line_switch()
|
| H A D | test_trace_perf.c | 129 run_test(const char *str, lcore_function_t f, struct test_data *data, size_t sz) in WORKER_DEFINE()
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | main.c | 886 rte_eal_remote_launch((lcore_function_t *)lcore_worker, in main() 891 rte_eal_remote_launch((lcore_function_t *)lcore_tx, in main() 902 (lcore_function_t *)lcore_distributor, in main() 912 rte_eal_remote_launch((lcore_function_t *)lcore_rx, in main()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_thread.c | 25 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_private.h | 26 lcore_function_t * volatile f; /**< function to call */
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 545 rte_eal_remote_launch((lcore_function_t *)rxtx_main_loop, in start_forwarding_cores() 549 rte_eal_remote_launch((lcore_function_t *)rx_main_loop, in start_forwarding_cores() 553 rte_eal_remote_launch((lcore_function_t *)tx_main_loop, NULL, in start_forwarding_cores()
|
| /f-stack/dpdk/examples/packet_ordering/ |
| H A D | main.c | 761 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main() 766 rte_eal_remote_launch((lcore_function_t *)send_thread, in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ioat.rst | 336 rte_eal_remote_launch((lcore_function_t *)rxtx_main_loop, 340 rte_eal_remote_launch((lcore_function_t *)rx_main_loop, 344 rte_eal_remote_launch((lcore_function_t *)tx_main_loop, NULL,
|
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_multicore.c | 252 (lcore_function_t *)mc_scheduler_worker, dev, in scheduler_start()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 866 rte_eal_remote_launch((lcore_function_t *)lcore_main, in main()
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 362 typedef int (lcore_function_t)(void *); 364 /* launch a function of lcore_function_t type */ 365 int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id);
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 3692 lcore_function_t *bler_function; in bler_test() 3786 lcore_function_t *throughput_function; in throughput_test()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 2152 launch_packet_forwarding(lcore_function_t *pkt_fwd_on_lcore) in launch_packet_forwarding()
|