Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_keepalive.c14 struct rte_keepalive { struct
54 print_trace(const char *msg, struct rte_keepalive *keepcfg, int idx_core) in print_trace() argument
67 struct rte_keepalive *keepcfg = ptr_data; in rte_keepalive_dispatch_pings()
117 struct rte_keepalive *
121 struct rte_keepalive *keepcfg; in rte_keepalive_create()
124 sizeof(struct rte_keepalive), in rte_keepalive_create()
135 void rte_keepalive_register_relay_callback(struct rte_keepalive *keepcfg, in rte_keepalive_register_relay_callback()
144 rte_keepalive_register_core(struct rte_keepalive *keepcfg, const int id_core) in rte_keepalive_register_core()
153 rte_keepalive_mark_alive(struct rte_keepalive *keepcfg) in rte_keepalive_mark_alive()
159 rte_keepalive_mark_sleep(struct rte_keepalive *keepcfg) in rte_keepalive_mark_sleep()
H A Dmeson.build75 'rte_keepalive.c',
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_keepalive.h68 struct rte_keepalive;
79 struct rte_keepalive *rte_keepalive_create(
97 void rte_keepalive_register_core(struct rte_keepalive *keepcfg,
109 rte_keepalive_mark_alive(struct rte_keepalive *keepcfg);
121 rte_keepalive_mark_sleep(struct rte_keepalive *keepcfg);
138 rte_keepalive_register_relay_callback(struct rte_keepalive *keepcfg,
H A Dmeson.build27 'rte_keepalive.h',
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst99 rte_keepalive and the callback function to invoke in the
141 rte_keepalive_mark_alive(struct rte_keepalive *keepcfg)
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md96 [keepalive] (@ref rte_keepalive.h),
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c107 struct rte_keepalive *rte_global_keepalive_info;
/f-stack/dpdk/
H A DMAINTAINERS207 F: lib/librte_eal/include/rte_keepalive.h
208 F: lib/librte_eal/common/rte_keepalive.c