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