FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Required for pool_get_aligned. More... | |
Data Fields | |
uword * | mf_entries |
A hash table of entries. More... | |
index_t | mf_lbs [MPLS_FIB_DB_SIZE] |
The load-balance indices keyed by 21 bit label+eos bit. More... | |
Definition at line 41 of file mpls_fib.h.
mpls_fib_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
Required for pool_get_aligned.
uword* mpls_fib_t_::mf_entries |
A hash table of entries.
21 bit key Hash table for reduced memory footprint
Definition at line 52 of file mpls_fib.h.
index_t mpls_fib_t_::mf_lbs[MPLS_FIB_DB_SIZE] |
The load-balance indices keyed by 21 bit label+eos bit.
A flat array for maximum lookup performace.
Definition at line 58 of file mpls_fib.h.