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

  
 
  

home | help
rte_table_hash_cuckoo_params(3)       DPDK	 rte_table_hash_cuckoo_params(3)

NAME
     rte_table_hash_cuckoo_params

SYNOPSIS
     #include <rte_table_hash_cuckoo.h>

   Data Fields
     const char * name
     uint32_t key_size
     uint32_t key_offset
     uint8_t * key_mask
     uint32_t n_keys
     uint32_t n_buckets
     rte_hash_function f_hash
     uint32_t seed

Detailed Description
     Hash table parameters

     Definition at line 24 of file rte_table_hash_cuckoo.h.

Field Documentation
   const char* name
     Name

     Definition at line 26 of file rte_table_hash_cuckoo.h.

   uint32_t key_size
     Key size (number of bytes)

     Definition at line 29 of file rte_table_hash_cuckoo.h.

   uint32_t key_offset
     Byte offset within packet meta-data where the key is located

     Definition at line 32 of file rte_table_hash_cuckoo.h.

   uint8_t* key_mask
     Key mask

     Definition at line 35 of file rte_table_hash_cuckoo.h.

   uint32_t n_keys
     Number of keys

     Definition at line 38 of file rte_table_hash_cuckoo.h.

   uint32_t n_buckets
     Number of buckets

     Definition at line 41 of file rte_table_hash_cuckoo.h.

   rte_hash_function f_hash
     Hash function

     Definition at line 44 of file rte_table_hash_cuckoo.h.

   uint32_t seed
     Seed value for the hash function

     Definition at line 47 of file rte_table_hash_cuckoo.h.

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

Version 25.11.0 		 Thu Aug 27 2026 rte_table_hash_cuckoo_params(3)

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

home | help