|
DPDK
1.6.0r2
|
#include <rte_fbk_hash.h>
Data Fields | |
| uint64_t | whole_entry |
| struct { | |
| uint16_t is_entry | |
| uint16_t value | |
| uint32_t key | |
| } | entry |
Individual entry in the four-byte key hash table.
| struct { ... } entry |
For accessing each entry part.
| uint16_t is_entry |
Non-zero if entry is active.
| uint32_t key |
Key used to find value.
| uint16_t value |
Value returned by lookup.
| uint64_t whole_entry |
For accessing entire entry.
1.8.1.2