| rte_hash_parameters(3) | Library Functions Manual | rte_hash_parameters(3) |
rte_hash_parameters
#include <rte_hash.h>
const char * name
uint32_t entries
uint32_t reserved
uint32_t key_len
rte_hash_function hash_func
uint32_t hash_func_init_val
int socket_id
uint8_t extra_flag
Parameters used when creating the hash table.
Definition at line 81 of file rte_hash.h.
Name of the hash.
Definition at line 82 of file rte_hash.h.
Total hash table entries.
Definition at line 83 of file rte_hash.h.
Unused field. Should be set to 0
Definition at line 84 of file rte_hash.h.
Length of hash key.
Definition at line 85 of file rte_hash.h.
Primary Hash function used to calculate hash.
Definition at line 86 of file rte_hash.h.
Init value used by hash_func.
Definition at line 87 of file rte_hash.h.
NUMA Socket ID for memory.
Definition at line 88 of file rte_hash.h.
Indicate if additional parameters are present.
Definition at line 89 of file rte_hash.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |