Provided by: dpdk-doc_24.11.2-2_all 

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. DPDK Version 24.11.2 rte_table_hash_cuckoo_params(3)