DPDK  2.0.0
Data Fields
rte_table_hash_key8_ext_params Struct Reference

#include <rte_table_hash.h>

Data Fields

uint32_t n_entries
uint32_t n_entries_ext
rte_table_hash_op_hash f_hash
uint64_t seed
uint32_t signature_offset
uint32_t key_offset

Detailed Description

Extendible bucket hash table parameters

Field Documentation

Hash function

uint32_t key_offset

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

uint32_t n_entries

Maximum number of entries (and keys) in the table

uint32_t n_entries_ext

Number of entries (and keys) for hash table bucket extensions. Each bucket is extended in increments of 4 keys.

uint64_t seed

Seed for the hash function

uint32_t signature_offset
Byte offset within packet meta-data where the 4-byte key signature

is located. Valid for pre-computed key signature tables, ignored for do-sig tables.


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