| rte_table_hash_params(3) | Library Functions Manual | rte_table_hash_params(3) |
rte_table_hash_params
#include <rte_table_hash.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_table_hash_op_hash f_hash
uint64_t seed
Hash table parameters
Definition at line 63 of file rte_table_hash.h.
Name
Definition at line 65 of file rte_table_hash.h.
Key size (number of bytes)
Definition at line 68 of file rte_table_hash.h.
Byte offset within packet meta-data where the key is located
Definition at line 71 of file rte_table_hash.h.
Key mask
Definition at line 74 of file rte_table_hash.h.
Number of keys
Definition at line 77 of file rte_table_hash.h.
Number of buckets
Definition at line 80 of file rte_table_hash.h.
Hash function
Definition at line 83 of file rte_table_hash.h.
Seed value for the hash function
Definition at line 86 of file rte_table_hash.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |