DPDK  19.11.14
rte_telemetry.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Intel Corporation
3  */
4 
5 #include <stdint.h>
6 
7 #ifndef _RTE_TELEMETRY_H_
8 #define _RTE_TELEMETRY_H_
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
43 __rte_experimental
44 int32_t
45 rte_telemetry_init(void);
46 
58 __rte_experimental
59 int32_t
61 
74 __rte_experimental
75 int32_t
77 
78 #ifdef __cplusplus
79 }
80 #endif
81 
82 #endif
__rte_experimental int32_t rte_telemetry_init(void)
__rte_experimental int32_t rte_telemetry_selftest(void)
__rte_experimental int32_t rte_telemetry_cleanup(void)