Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_keepalive.c68 int idx_core; in rte_keepalive_dispatch_pings() local
70 for (idx_core = 0; idx_core < RTE_KEEPALIVE_MAXCORES; idx_core++) { in rte_keepalive_dispatch_pings()
71 if (keepcfg->active_cores[idx_core] == 0) in rte_keepalive_dispatch_pings()
78 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()
84 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()
88 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()
94 idx_core in rte_keepalive_dispatch_pings()
100 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()
110 idx_core, in rte_keepalive_dispatch_pings()
111 keepcfg->live_data[idx_core].core_state, in rte_keepalive_dispatch_pings()
[all …]
/f-stack/dpdk/examples/l2fwd-keepalive/ka-agent/
H A Dmain.c53 int idx_core; in main() local
66 for (idx_core = 0; idx_core < RTE_KEEPALIVE_MAXCORES; in main()
67 idx_core++) in main()
68 if (shm->core_last_seen_times[idx_core] > in main()
71 shm->core_last_seen_times[idx_core]; in main()
97 for (idx_core = 0; idx_core < RTE_KEEPALIVE_MAXCORES; in main()
98 idx_core++) in main()
110 for (idx_core = 0; in main()
111 idx_core < RTE_KEEPALIVE_MAXCORES; in main()
112 idx_core++) in main()
[all …]
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dshm.c16 int idx_core; in rte_keepalive_shm_create() local
60 for (idx_core = 0; in rte_keepalive_shm_create()
61 idx_core < RTE_KEEPALIVE_MAXCORES; in rte_keepalive_shm_create()
62 idx_core++) { in rte_keepalive_shm_create()
63 ka_shm->core_state[idx_core] = in rte_keepalive_shm_create()
65 ka_shm->core_last_seen_times[idx_core] = 0; in rte_keepalive_shm_create()