DPDK  make-f/builddir/build/BUILD/dpdk-1.7.0/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_fbk_hash_params Struct Reference

#include <rte_fbk_hash.h>

Data Fields

const char * name
 
uint32_t entries
 
uint32_t entries_per_bucket
 
int socket_id
 
rte_fbk_hash_fn hash_func
 
uint32_t init_val
 

Detailed Description

Parameters used when creating four-byte key hash table.

Field Documentation

uint32_t entries

Total number of entries.

uint32_t entries_per_bucket

Number of entries in a bucket.

rte_fbk_hash_fn hash_func

The hash function.

uint32_t init_val

For initialising hash function.

const char* name

Name of the hash table.

int socket_id

Socket to allocate memory on.


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