DPDK
19.11.14
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
+
Functions
_
c
g
p
r
s
t
+
Variables
b
c
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
librte_telemetry
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
60
rte_telemetry_cleanup
(
void
);
61
74
__rte_experimental
75
int32_t
76
rte_telemetry_selftest
(
void
);
77
78
#ifdef __cplusplus
79
}
80
#endif
81
82
#endif
rte_telemetry_init
__rte_experimental int32_t rte_telemetry_init(void)
rte_telemetry_selftest
__rte_experimental int32_t rte_telemetry_selftest(void)
rte_telemetry_cleanup
__rte_experimental int32_t rte_telemetry_cleanup(void)
Generated by
1.8.13