Searched refs:w_lcore (Results 1 – 4 of 4) sorted by relevance
| /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()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev_selftest.c | 599 int w_lcore; in launch_workers_and_wait() local 625 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 629 if (w_lcore == RTE_MAX_LCORE) { in launch_workers_and_wait() 635 rte_eal_remote_launch(main_thread, ¶m[0], w_lcore); in launch_workers_and_wait() 643 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait() 644 if (w_lcore == RTE_MAX_LCORE) { in launch_workers_and_wait() 650 rte_eal_remote_launch(worker_thread, ¶m[port], w_lcore); in launch_workers_and_wait()
|
| /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()
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_selftest.c | 3076 int w_lcore, p_lcore; in worker_loopback() local 3137 w_lcore = rte_get_next_lcore(p_lcore, 1, 0); in worker_loopback() 3140 rte_eal_remote_launch(worker_loopback_worker_fn, t, w_lcore); in worker_loopback() 3144 rte_eal_get_lcore_state(w_lcore) != WAIT) { in worker_loopback()
|