Home
last modified time | relevance | path

Searched refs:lcore_function_t (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_launch.h30 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 Dtest_stack_perf.c172 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 Dtest_ring_perf.c284 lcore_function_t *f1, *f2; in run_on_core_pair()
385 lcore_function_t *lcore_f; in run_on_all_cores()
H A Dtest_distributor_perf.c60 rte_eal_remote_launch((lcore_function_t *)flip_bit, &data[0], workerid); in time_cache_line_switch()
H A Dtest_trace_perf.c129 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 Dmain.c886 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 Deal_thread.c25 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 Deal_private.h26 lcore_function_t * volatile f; /**< function to call */
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c545 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 Dmain.c761 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 Dioat.rst336 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 Dscheduler_multicore.c252 (lcore_function_t *)mc_scheduler_worker, dev, in scheduler_start()
/f-stack/dpdk/examples/bond/
H A Dmain.c866 rte_eal_remote_launch((lcore_function_t *)lcore_main, in main()
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst362 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 Dtest_bbdev_perf.c3692 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 Dtestpmd.c2152 launch_packet_forwarding(lcore_function_t *pkt_fwd_on_lcore) in launch_packet_forwarding()