DPDK  19.08.2
rte_table_array.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2014 Intel Corporation
3  */
4 
5 #ifndef __INCLUDE_RTE_TABLE_ARRAY_H__
6 #define __INCLUDE_RTE_TABLE_ARRAY_H__
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
20 #include <stdint.h>
21 
22 #include "rte_table.h"
23 
27  uint32_t n_entries;
28 
31  uint32_t offset;
32 };
33 
37  uint32_t pos;
38 };
39 
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif
struct rte_table_ops rte_table_array_ops