DPDK  16.11.11
Data Fields
rte_table_hash_key32_lru_params Struct Reference

#include <rte_table_hash.h>

Data Fields

uint32_t n_entries
 
rte_table_hash_op_hash f_hash
 
uint64_t seed
 
uint32_t signature_offset
 
uint32_t key_offset
 

Detailed Description

32-byte key hash tablesLRU hash table parameters

Definition at line 317 of file rte_table_hash.h.

Field Documentation

uint32_t n_entries

Maximum number of entries (and keys) in the table

Definition at line 319 of file rte_table_hash.h.

Hash function

Definition at line 322 of file rte_table_hash.h.

uint64_t seed

Seed for the hash function

Definition at line 325 of file rte_table_hash.h.

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.

Definition at line 330 of file rte_table_hash.h.

uint32_t key_offset

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

Definition at line 333 of file rte_table_hash.h.


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