Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_table_array_params(3)	     DPDK	     rte_table_array_params(3)

NAME
       rte_table_array_params

SYNOPSIS
       #include	<rte_table_array.h>

   Data	Fields
       uint32_t	n_entries
       uint32_t	offset

Detailed Description
       Array table parameters

       Definition at line 24 of	file rte_table_array.h.

Field Documentation
   uint32_t n_entries
       Number of array entries.	Has to be a power of two.

       Definition at line 26 of	file rte_table_array.h.

   uint32_t offset
       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.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026	     rte_table_array_params(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=n_entries&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help