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