| rte_table_hash_cuckoo_params(3) | Library Functions Manual | rte_table_hash_cuckoo_params(3) |
rte_table_hash_cuckoo_params
#include <rte_table_hash_cuckoo.h>
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
Hash table parameters
Definition at line 24 of file rte_table_hash_cuckoo.h.
Name
Definition at line 26 of file rte_table_hash_cuckoo.h.
Key size (number of bytes)
Definition at line 29 of file rte_table_hash_cuckoo.h.
Byte offset within packet meta-data where the key is located
Definition at line 32 of file rte_table_hash_cuckoo.h.
Key mask
Definition at line 35 of file rte_table_hash_cuckoo.h.
Number of keys
Definition at line 38 of file rte_table_hash_cuckoo.h.
Number of buckets
Definition at line 41 of file rte_table_hash_cuckoo.h.
Hash function
Definition at line 44 of file rte_table_hash_cuckoo.h.
Seed value for the hash function
Definition at line 47 of file rte_table_hash_cuckoo.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |