aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_packet_io_stats_common.h
blob: 19bd7c4486e5e8f51a7f42e8d1df298bf72ad01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright (c) 2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef ODP_PACKET_IO_STATS_COMMON_H_
#define ODP_PACKET_IO_STATS_COMMON_H_

#ifdef __cplusplus
extern "C" {
#endif

typedef enum {
	STATS_SYSFS = 0,
	STATS_ETHTOOL,
	STATS_UNSUPPORTED
} pktio_stats_type_t;

#ifdef __cplusplus
}
#endif
#endif /* ODP_PACKET_IO_STATS_COMMON_H_ */