|
CNDP
22.08.0
|
#include "cne_cmp_x86.h"#include "cne_common.h"#include "cne_hash.h"#include "cne_ring.h"#include "cne_rwlock.h"#include <cne_hash_crc.h>#include <cne_jhash.h>#include <stdint.h>#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | cne_hash_bucket |
| struct | cne_hash |
Macros | |
| #define | CNE_HASH_BUCKET_ENTRIES 8 |
This file hold Cuckoo Hash private data structures to allows include from platform specific files like cne_cuckoo_hash_x86.h
Definition in file cne_cuckoo_hash.h.
| #define CNE_HASH_BUCKET_ENTRIES 8 |
Number of items per bucket.
Definition at line 86 of file cne_cuckoo_hash.h.