Searched defs:rte_hash_parameters (Results 1 – 1 of 1) sorted by relevance
81 struct rte_hash_parameters { struct82 const char *name; /**< Name of the hash. */83 uint32_t entries; /**< Total hash table entries. */84 uint32_t reserved; /**< Unused field. Should be set to 0 */85 uint32_t key_len; /**< Length of hash key. */86 rte_hash_function hash_func; /**< Primary Hash function used to calculate hash. */87 uint32_t hash_func_init_val; /**< Init value used by hash_func. */88 int socket_id; /**< NUMA Socket ID for memory. */89 uint8_t extra_flag; /**< Indicate if additional parameters are present. */