FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
svm_fifo_segment_header_t Struct Reference
+ Collaboration diagram for svm_fifo_segment_header_t:

Data Fields

svm_fifo_tfifos
 Linked list of active RX fifos. More...
 
u8segment_name
 Segment name. More...
 
svm_fifo_tfree_fifos [FIFO_SEGMENT_N_FREELISTS]
 Free lists. More...
 

Detailed Description

Definition at line 30 of file svm_fifo_segment.h.

Field Documentation

svm_fifo_t* svm_fifo_segment_header_t::fifos

Linked list of active RX fifos.

Definition at line 32 of file svm_fifo_segment.h.

svm_fifo_t* svm_fifo_segment_header_t::free_fifos[FIFO_SEGMENT_N_FREELISTS]

Free lists.

Definition at line 34 of file svm_fifo_segment.h.

u8* svm_fifo_segment_header_t::segment_name

Segment name.

Definition at line 33 of file svm_fifo_segment.h.


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