FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
ooo_segment_t Struct Reference

Out-of-order segment. More...

Data Fields

u32 next
 Next linked-list element pool index. More...
 
u32 prev
 Previous linked-list element pool index. More...
 
u32 fifo_position
 Start of segment, normalized. More...
 
u32 length
 Length of segment. More...
 

Detailed Description

Out-of-order segment.

Definition at line 34 of file svm_fifo.h.

Field Documentation

u32 ooo_segment_t::fifo_position

Start of segment, normalized.

Definition at line 39 of file svm_fifo.h.

u32 ooo_segment_t::length

Length of segment.

Definition at line 40 of file svm_fifo.h.

u32 ooo_segment_t::next

Next linked-list element pool index.

Definition at line 36 of file svm_fifo.h.

u32 ooo_segment_t::prev

Previous linked-list element pool index.

Definition at line 37 of file svm_fifo.h.


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