Searched defs:rte_fbk_hash_params (Results 1 – 1 of 1) sorted by relevance
48 struct rte_fbk_hash_params { struct49 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. */