Home
last modified time | relevance | path

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

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