FD.io VPP
v20.05.1-6-gf53edbc3b
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... | |
rb_node_index_t | enq_rb_index |
enq node index if chunk in rbtree More... | |
rb_node_index_t | deq_rb_index |
deq node index if chunk in rbtree More... | |
u8 | data [0] |
start of chunk data More... | |
Definition at line 29 of file fifo_types.h.
u8 svm_fifo_chunk_::data[0] |
start of chunk data
Definition at line 36 of file fifo_types.h.
rb_node_index_t svm_fifo_chunk_::deq_rb_index |
deq node index if chunk in rbtree
Definition at line 35 of file fifo_types.h.
rb_node_index_t svm_fifo_chunk_::enq_rb_index |
enq node index if chunk in rbtree
Definition at line 34 of file fifo_types.h.
u32 svm_fifo_chunk_::length |
length of chunk in bytes
Definition at line 32 of file fifo_types.h.
struct svm_fifo_chunk_* svm_fifo_chunk_::next |
pointer to next chunk in linked-lists
Definition at line 33 of file fifo_types.h.
u32 svm_fifo_chunk_::start_byte |
chunk start byte
Definition at line 31 of file fifo_types.h.