DPDK  22.07.0
Data Fields
rte_table_lpm_ipv6_params Struct Reference

#include <rte_table_lpm_ipv6.h>

Data Fields

const char * name
 
uint32_t n_rules
 
uint32_t entry_unique_size
 
uint32_t offset
 

Detailed Description

LPM table parameters

Examples:
examples/ip_pipeline/pipeline.c.

Definition at line 52 of file rte_table_lpm_ipv6.h.

Field Documentation

◆ name

const char* name

Table name

Definition at line 54 of file rte_table_lpm_ipv6.h.

◆ n_rules

uint32_t n_rules

Maximum number of LPM rules (i.e. IP routes)

Definition at line 57 of file rte_table_lpm_ipv6.h.

◆ entry_unique_size

uint32_t entry_unique_size

Number of bytes at the start of the table entry that uniquely identify the entry. Cannot be bigger than table entry size.

Definition at line 63 of file rte_table_lpm_ipv6.h.

◆ offset

uint32_t offset

Byte offset within input packet meta-data where lookup key (i.e. the destination IP address) is located.

Definition at line 67 of file rte_table_lpm_ipv6.h.


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