DPDK  /usr/bin/make-f/build/dpdk-4rLhkl/dpdk-16.11.11/mk/rte.sdkconfig.mkshowversion
Data Structures | Variables
rte_table_array.h File Reference
#include <stdint.h>
#include "rte_table.h"
+ Include dependency graph for rte_table_array.h:

Go to the source code of this file.

Data Structures

struct  rte_table_array_params
 
struct  rte_table_array_key
 

Variables

struct rte_table_ops rte_table_array_ops
 

Detailed Description

RTE Table Array

Simple array indexing. Lookup key is the array entry index.

Definition in file rte_table_array.h.

Variable Documentation

◆ rte_table_array_ops

struct rte_table_ops rte_table_array_ops

Array table operations

Examples:
ip_pipeline/pipeline/pipeline_flow_actions_be.c.