FD.io VPP  v16.06
Vector Packet Processing
clib_smp_fifo_t Struct Reference

Data Fields

u32 read_index
 
u32 write_index
 
u32 max_n_elts_less_one
 
u32 log2_max_n_elts
 
voiddata
 

Detailed Description

Definition at line 81 of file smp_fifo.h.

Field Documentation

void* clib_smp_fifo_t::data

Definition at line 93 of file smp_fifo.h.

u32 clib_smp_fifo_t::log2_max_n_elts

Definition at line 90 of file smp_fifo.h.

u32 clib_smp_fifo_t::max_n_elts_less_one

Definition at line 87 of file smp_fifo.h.

u32 clib_smp_fifo_t::read_index

Definition at line 84 of file smp_fifo.h.

u32 clib_smp_fifo_t::write_index

Definition at line 84 of file smp_fifo.h.


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