FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | clib_cuckoo_lookup_info_t |
Macros | |
#define | CLIB_CUCKOO_OPTIMIZE_PREFETCH 1 |
#define | CLIB_CUCKOO_OPTIMIZE_CMP_REDUCED_HASH 1 |
#define | CLIB_CUCKOO_OPTIMIZE_UNROLL 1 |
#define | CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH 1 |
#define | foreach_clib_cuckoo_error(F) |
#define | F(n, v, s) n = v, |
Enumerations | |
enum | clib_cuckoo_error_e { foreach_clib_cuckoo_error =(F) } |
#define CLIB_CUCKOO_OPTIMIZE_CMP_REDUCED_HASH 1 |
Definition at line 27 of file cuckoo_common.h.
#define CLIB_CUCKOO_OPTIMIZE_PREFETCH 1 |
Definition at line 26 of file cuckoo_common.h.
#define CLIB_CUCKOO_OPTIMIZE_UNROLL 1 |
Definition at line 28 of file cuckoo_common.h.
#define CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH 1 |
Definition at line 29 of file cuckoo_common.h.
Definition at line 38 of file cuckoo_common.h.
#define foreach_clib_cuckoo_error | ( | F | ) |
Definition at line 31 of file cuckoo_common.h.
enum clib_cuckoo_error_e |
Enumerator | |
---|---|
foreach_clib_cuckoo_error |
Definition at line 36 of file cuckoo_common.h.