DPDK  21.08.0
Data Fields
rte_table_array_params Struct Reference

#include <rte_table_array.h>

Data Fields

uint32_t n_entries
 
uint32_t offset
 

Detailed Description

Array table parameters

Examples:
examples/ip_pipeline/pipeline.c.

Definition at line 25 of file rte_table_array.h.

Field Documentation

◆ n_entries

uint32_t n_entries

Number of array entries. Has to be a power of two.

Definition at line 27 of file rte_table_array.h.

◆ offset

uint32_t offset

Byte offset within input packet meta-data where lookup key (i.e. the array entry index) is located.

Definition at line 31 of file rte_table_array.h.


The documentation for this struct was generated from the following file: