Provided by: dpdk-doc_24.11.3-1_all 

NAME
rte_lpm6_config
SYNOPSIS
#include <rte_lpm6.h>
Data Fields
uint32_t max_rules
uint32_t number_tbl8s
int flags
Detailed Description
LPM configuration structure.
Definition at line 31 of file rte_lpm6.h.
Field Documentation
uint32_t max_rules
Max number of rules.
Definition at line 32 of file rte_lpm6.h.
uint32_t number_tbl8s
Number of tbl8s to allocate.
Definition at line 33 of file rte_lpm6.h.
int flags
This field is currently unused.
Definition at line 34 of file rte_lpm6.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
DPDK Version 24.11.3 rte_lpm6_config(3)