FD.io VPP  v21.01.1
Vector Packet Processing
bihash_40_48.h File Reference
+ Include dependency graph for bihash_40_48.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  clib_bihash_kv_40_48_t
 

Macros

#define BIHASH_TYPE   _40_48
 
#define BIHASH_KVP_PER_PAGE   2
 
#define BIHASH_KVP_AT_BUCKET_LEVEL   1
 
#define BIHASH_LAZY_INSTANTIATE   1
 
#define BIHASH_BUCKET_PREFETCH_CACHE_LINES   2
 

Functions

static int clib_bihash_is_free_40_48 (const clib_bihash_kv_40_48_t *v)
 
static u64 clib_bihash_hash_40_48 (const clib_bihash_kv_40_48_t *v)
 
static u8format_bihash_kvp_40_48 (u8 *s, va_list *args)
 
static int clib_bihash_key_compare_40_48 (u64 *a, u64 *b)
 

Macro Definition Documentation

◆ BIHASH_BUCKET_PREFETCH_CACHE_LINES

#define BIHASH_BUCKET_PREFETCH_CACHE_LINES   2

Definition at line 28 of file bihash_40_48.h.

◆ BIHASH_KVP_AT_BUCKET_LEVEL

#define BIHASH_KVP_AT_BUCKET_LEVEL   1

Definition at line 26 of file bihash_40_48.h.

◆ BIHASH_KVP_PER_PAGE

#define BIHASH_KVP_PER_PAGE   2

Definition at line 25 of file bihash_40_48.h.

◆ BIHASH_LAZY_INSTANTIATE

#define BIHASH_LAZY_INSTANTIATE   1

Definition at line 27 of file bihash_40_48.h.

◆ BIHASH_TYPE

#define BIHASH_TYPE   _40_48

Definition at line 24 of file bihash_40_48.h.

Function Documentation

◆ clib_bihash_hash_40_48()

static u64 clib_bihash_hash_40_48 ( const clib_bihash_kv_40_48_t v)
inlinestatic

Definition at line 55 of file bihash_40_48.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clib_bihash_is_free_40_48()

static int clib_bihash_is_free_40_48 ( const clib_bihash_kv_40_48_t v)
inlinestatic

Definition at line 46 of file bihash_40_48.h.

◆ clib_bihash_key_compare_40_48()

static int clib_bihash_key_compare_40_48 ( u64 a,
u64 b 
)
inlinestatic

Definition at line 80 of file bihash_40_48.h.

◆ format_bihash_kvp_40_48()

static u8* format_bihash_kvp_40_48 ( u8 s,
va_list *  args 
)
inlinestatic

Definition at line 66 of file bihash_40_48.h.