logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_table_lpm_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_table_lpm_params(3)

Detailed Description

       LPM table parameters

       Definition at line 49 of file rte_table_lpm.h.

Field Documentation

constchar*name
       Table name

       Definition at line 51 of file rte_table_lpm.h.

   uint32_tn_rules
       Maximum number of LPM rules (i.e. IP routes) Number of tbl8s to allocate.

       Definition at line 54 of file rte_table_lpm.h.

   uint32_tnumber_tbl8s
       This field is currently unused.

       Definition at line 57 of file rte_table_lpm.h.

   uint32_tentry_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 64 of file rte_table_lpm.h.

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

       Definition at line 68 of file rte_table_lpm.h.

Name

       rte_table_lpm_params

Synopsis

       #include <rte_table_lpm.h>

   DataFields
       const char * name
       uint32_t n_rules
       uint32_t number_tbl8s
       uint32_t entry_unique_size
       uint32_t offset

See Also