Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_event_timer_adapter.c65 static uint32_t test_lcore1; variable
179 test_lcore1 = rte_get_next_lcore(-1, 1, 0); in testsuite_setup()
180 test_lcore2 = rte_get_next_lcore(test_lcore1, 1, 0); in testsuite_setup()
677 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore1); in test_timer_arm_burst_multicore()
949 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore1); in test_timer_cancel_multicore()
952 rte_eal_wait_lcore(test_lcore1); in test_timer_cancel_multicore()
976 test_lcore1); in test_timer_cancel_burst_multicore()
978 rte_eal_wait_lcore(test_lcore1); in test_timer_cancel_burst_multicore()