DPDK
17.02.1
|
#include <rte_table_hash.h>
Data Fields | |
uint32_t | key_size |
uint32_t | n_keys |
rte_table_hash_op_hash | f_hash |
uint32_t | seed |
uint32_t | signature_offset |
uint32_t | key_offset |
const char * | name |
Cuckoo hash table parameters
Definition at line 367 of file rte_table_hash.h.
uint32_t key_size |
Key size (number of bytes
Definition at line 369 of file rte_table_hash.h.
uint32_t n_keys |
Maximum number of hash table entries
Definition at line 372 of file rte_table_hash.h.
rte_table_hash_op_hash f_hash |
Hash function used to calculate hash
Definition at line 375 of file rte_table_hash.h.
uint32_t seed |
Seed value or Init value used by f_hash
Definition at line 378 of file rte_table_hash.h.
uint32_t signature_offset |
Byte offset within packet meta-data where the 4-byte key signature
is located. Valid for pre-computed key signature tables, ignored for do-sig tables.
Definition at line 383 of file rte_table_hash.h.
uint32_t key_offset |
Byte offset within packet meta-data where the key is located
Definition at line 386 of file rte_table_hash.h.
const char* name |
Hash table name
Definition at line 389 of file rte_table_hash.h.