DPDK  20.11.10
Data Fields
rte_lpm_config Struct Reference

#include <rte_lpm.h>

Data Fields

uint32_t max_rules
 
uint32_t number_tbl8s
 
int flags
 

Detailed Description

LPM configuration structure.

Examples:
examples/ip_fragmentation/main.c, examples/ip_reassembly/main.c, examples/ipsec-secgw/rt.c, examples/l3fwd-power/main.c, examples/l3fwd/l3fwd_lpm.c, and examples/performance-thread/l3fwd-thread/main.c.

Definition at line 115 of file rte_lpm.h.

Field Documentation

◆ max_rules

uint32_t max_rules

◆ number_tbl8s

uint32_t number_tbl8s

Number of tbl8s to allocate.

Examples:
examples/ipsec-secgw/rt.c, examples/l3fwd/l3fwd_lpm.c, and examples/performance-thread/l3fwd-thread/main.c.

Definition at line 117 of file rte_lpm.h.

◆ flags

int flags

This field is currently unused.

Examples:
examples/l3fwd/l3fwd_lpm.c, and examples/performance-thread/l3fwd-thread/main.c.

Definition at line 118 of file rte_lpm.h.


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