DOKK / manpages / debian 13 / dpdk-doc / rte_table_lpm_ipv6_params.3.en
rte_table_lpm_ipv6_params(3) Library Functions Manual rte_table_lpm_ipv6_params(3)

rte_table_lpm_ipv6_params

#include <rte_table_lpm_ipv6.h>


const char * name
uint32_t n_rules
uint32_t entry_unique_size
uint32_t offset

LPM table parameters

Definition at line 54 of file rte_table_lpm_ipv6.h.

Table name

Definition at line 56 of file rte_table_lpm_ipv6.h.

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

Definition at line 59 of file rte_table_lpm_ipv6.h.

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 65 of file rte_table_lpm_ipv6.h.

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

Definition at line 69 of file rte_table_lpm_ipv6.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK