FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Data Fields | |
u32 | start_byte |
chunk start byte More... | |
u32 | length |
length of chunk in bytes More... | |
struct svm_fifo_chunk_ * | next |
pointer to next chunk in linked-lists More... | |
u8 | data [0] |
start of chunk data More... | |
Definition at line 58 of file svm_fifo.h.
u8 svm_fifo_chunk_::data[0] |
start of chunk data
Definition at line 63 of file svm_fifo.h.
u32 svm_fifo_chunk_::length |
length of chunk in bytes
Definition at line 61 of file svm_fifo.h.
struct svm_fifo_chunk_* svm_fifo_chunk_::next |
pointer to next chunk in linked-lists
Definition at line 62 of file svm_fifo.h.
u32 svm_fifo_chunk_::start_byte |
chunk start byte
Definition at line 60 of file svm_fifo.h.