Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c34 static unsigned int prev_core = -1; in eh_get_next_eth_core() local
49 next_core = rte_get_next_lcore(prev_core, 0, 1); in eh_get_next_eth_core()
56 prev_core = next_core; in eh_get_next_eth_core()
63 eh_get_next_active_core(struct eventmode_conf *em_conf, unsigned int prev_core) in eh_get_next_active_core() argument
70 next_core = rte_get_next_lcore(prev_core, 0, 0); in eh_get_next_active_core()
76 prev_core = next_core; in eh_get_next_active_core()