DPDK  24.03.0
Data Fields
rte_table_hash_cuckoo_params Struct Reference

#include <rte_table_hash_cuckoo.h>

Data Fields

const char * name
 
uint32_t key_size
 
uint32_t key_offset
 
uint8_t * key_mask
 
uint32_t n_keys
 
uint32_t n_buckets
 
rte_hash_function f_hash
 
uint32_t seed
 

Detailed Description

Hash table parameters

Definition at line 24 of file rte_table_hash_cuckoo.h.

Field Documentation

◆ name

const char* name

Name

Definition at line 26 of file rte_table_hash_cuckoo.h.

◆ key_size

uint32_t key_size

Key size (number of bytes)

Definition at line 29 of file rte_table_hash_cuckoo.h.

◆ key_offset

uint32_t key_offset

Byte offset within packet meta-data where the key is located

Definition at line 32 of file rte_table_hash_cuckoo.h.

◆ key_mask

uint8_t* key_mask

Key mask

Definition at line 35 of file rte_table_hash_cuckoo.h.

◆ n_keys

uint32_t n_keys

Number of keys

Definition at line 38 of file rte_table_hash_cuckoo.h.

◆ n_buckets

uint32_t n_buckets

Number of buckets

Definition at line 41 of file rte_table_hash_cuckoo.h.

◆ f_hash

Hash function

Definition at line 44 of file rte_table_hash_cuckoo.h.

◆ seed

uint32_t seed

Seed value for the hash function

Definition at line 47 of file rte_table_hash_cuckoo.h.


The documentation for this struct was generated from the following file: