DPDK  19.05.0
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 int32_t __rte_experimental
12 rte_telemetry_parse(struct telemetry_impl *telemetry, char *socket_rx_data);
13 
14 #endif