Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Devent_helper.c38 static unsigned int prev_core = -1; in eh_get_next_eth_core() local
53 next_core = rte_get_next_lcore(prev_core, 0, 1); in eh_get_next_eth_core()
60 prev_core = next_core; in eh_get_next_eth_core()
67 eh_get_next_active_core(struct eventmode_conf *em_conf, unsigned int prev_core) in eh_get_next_active_core() argument
74 next_core = rte_get_next_lcore(prev_core, 0, 0); in eh_get_next_active_core()
80 prev_core = next_core; in eh_get_next_active_core()