DPDK  19.08.2
rte_telemetry_parser.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Intel Corporation
3  */
4 
5 #include "rte_telemetry_internal.h"
6 #include "rte_compat.h"
7 
8 #ifndef _RTE_TELEMETRY_PARSER_H_
9 #define _RTE_TELEMETRY_PARSER_H_
10 
11 __rte_experimental
12 int32_t
13 rte_telemetry_parse(struct telemetry_impl *telemetry, char *socket_rx_data);
14 
15 #endif