Searched refs:w_lcore (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 500 int w_lcore; in launch_workers_and_wait() local 529 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 533 rte_eal_remote_launch(main_worker, ¶m[0], w_lcore); in launch_workers_and_wait() 541 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait() 542 rte_eal_remote_launch(workers, ¶m[port], w_lcore); in launch_workers_and_wait() 545 ret = wait_workers_to_join(w_lcore, &atomic_total_events); in launch_workers_and_wait()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev_selftest.c | 611 int w_lcore; in launch_workers_and_wait() local 640 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 644 rte_eal_remote_launch(main_worker, ¶m[0], w_lcore); in launch_workers_and_wait() 652 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait() 653 rte_eal_remote_launch(worker, ¶m[port], w_lcore); in launch_workers_and_wait() 656 ret = wait_workers_to_join(w_lcore, &atomic_total_events); in launch_workers_and_wait()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 599 int w_lcore; in launch_workers_and_wait() local 626 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 630 rte_eal_remote_launch(main_thread, ¶m[0], w_lcore); in launch_workers_and_wait() 638 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait() 639 rte_eal_remote_launch(worker_thread, ¶m[port], w_lcore); in launch_workers_and_wait()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_selftest.c | 3074 int w_lcore, p_lcore; in worker_loopback() local 3135 w_lcore = rte_get_next_lcore(p_lcore, 1, 0); in worker_loopback() 3138 rte_eal_remote_launch(worker_loopback_worker_fn, t, w_lcore); in worker_loopback() 3142 rte_eal_get_lcore_state(w_lcore) != FINISHED) { in worker_loopback()
|