FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
bier_disp_table_t_ Struct Reference

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...
 

Detailed Description

A protocol Independent IP multicast FIB table.

Definition at line 30 of file bier_disp_table.h.

Member Function Documentation

bier_disp_table_t_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Required for pool_get_aligned.

Field Documentation

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.


The documentation for this struct was generated from the following file: