FD.io VPP  v17.04-9-g99c0734
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
 
void * data
 

Detailed Description

Definition at line 85 of file smp_fifo.h.

Field Documentation

void* clib_smp_fifo_t::data

Definition at line 98 of file smp_fifo.h.

u32 clib_smp_fifo_t::log2_max_n_elts

Definition at line 95 of file smp_fifo.h.

u32 clib_smp_fifo_t::max_n_elts_less_one

Definition at line 92 of file smp_fifo.h.

u32 clib_smp_fifo_t::read_index

Definition at line 89 of file smp_fifo.h.

u32 clib_smp_fifo_t::write_index

Definition at line 89 of file smp_fifo.h.


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