FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
A protocol Independent IP multicast FIB table. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Required for pool_get_aligned. More... | |
Data Fields | |
u16 | bdt_locks |
number of locks on the table More... | |
u32 | bdt_table_id |
Table ID (hash key) for this FIB. More... | |
index_t | bdt_db [BIER_BP_MAX] |
The lookup DB based on sender BP. More... | |
A protocol Independent IP multicast FIB table.
Definition at line 30 of file bier_disp_table.h.
bier_disp_table_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
Required for pool_get_aligned.
index_t bier_disp_table_t_::bdt_db[BIER_BP_MAX] |
The lookup DB based on sender BP.
Value is the index of the BIER disp object.
Definition at line 51 of file bier_disp_table.h.
u16 bier_disp_table_t_::bdt_locks |
number of locks on the table
Definition at line 40 of file bier_disp_table.h.
u32 bier_disp_table_t_::bdt_table_id |
Table ID (hash key) for this FIB.
Definition at line 45 of file bier_disp_table.h.