DPDK
2.0.0
|
#include <rte_table_hash.h>
Data Fields | |
uint32_t | n_entries |
rte_table_hash_op_hash | f_hash |
uint64_t | seed |
uint32_t | signature_offset |
uint32_t | key_offset |
8-byte key hash tablesLRU hash table parameters
rte_table_hash_op_hash f_hash |
Hash function
uint32_t key_offset |
Byte offset within packet meta-data where the key is located
uint32_t n_entries |
Maximum number of entries (and keys) in the table
uint64_t seed |
Seed for the hash function
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.