Searched refs:test_lcore2 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_event_timer_adapter.c | 54 static uint32_t test_lcore2; variable 168 test_lcore2 = rte_get_next_lcore(test_lcore1, 1, 0); in testsuite_setup() 169 test_lcore3 = rte_get_next_lcore(test_lcore2, 1, 0); in testsuite_setup() 604 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore2); in test_timer_arm_burst_multicore() 834 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore2); in test_timer_cancel_multicore() 837 rte_eal_wait_lcore(test_lcore2); in test_timer_cancel_multicore() 858 rte_eal_remote_launch(_cancel_burst_thread, NULL, test_lcore2); in test_timer_cancel_burst_multicore() 864 rte_eal_wait_lcore(test_lcore2); in test_timer_cancel_burst_multicore()
|