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_array_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_table_array_params(3)

Detailed Description

       Array table parameters

       Definition at line 24 of file rte_table_array.h.

Field Documentation

uint32_tn_entries
       Number of array entries. Has to be a power of two.

       Definition at line 26 of file rte_table_array.h.

   uint32_toffset
       Byte offset within input packet meta-data where lookup key (i.e. the array entry index) is located.

       Definition at line 30 of file rte_table_array.h.

Name

       rte_table_array_params

Synopsis

       #include <rte_table_array.h>

   DataFields
       uint32_t n_entries
       uint32_t offset

See Also