Searched refs:rte_keepalive (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_keepalive.c | 14 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 D | meson.build | 75 'rte_keepalive.c',
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_keepalive.h | 68 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 D | meson.build | 27 'rte_keepalive.h',
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | keep_alive.rst | 99 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 D | doxy-api-index.md | 96 [keepalive] (@ref rte_keepalive.h),
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 107 struct rte_keepalive *rte_global_keepalive_info;
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 207 F: lib/librte_eal/include/rte_keepalive.h 208 F: lib/librte_eal/common/rte_keepalive.c
|