Home
last modified time | relevance | path

Searched defs:rte_fbk_hash_params (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_hash/
H A Drte_fbk_hash.h50 struct rte_fbk_hash_params { struct
51 const char *name; /**< Name of the hash table. */
52 uint32_t entries; /**< Total number of entries. */
53 uint32_t entries_per_bucket; /**< Number of entries in a bucket. */
54 int socket_id; /**< Socket to allocate memory on. */
55 rte_fbk_hash_fn hash_func; /**< The hash function. */
56 uint32_t init_val; /**< For initialising hash function. */