Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_event_timer_adapter.c529 uint32_t lcore_1 = rte_get_next_lcore(-1, 1, 0); in test_timer_arm_multicore() local
530 uint32_t lcore_2 = rte_get_next_lcore(lcore_1, 1, 0); in test_timer_arm_multicore()
532 rte_eal_remote_launch(_arm_wrapper, NULL, lcore_1); in test_timer_arm_multicore()