FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
svm_fifo_chunk_ Struct Reference

Data Fields

u32 start_byte
 chunk start byte More...
 
u32 length
 length of chunk in bytes More...
 
fs_sptr_t 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...
 

Detailed Description

Definition at line 38 of file fifo_types.h.

Field Documentation

◆ data

u8 svm_fifo_chunk_::data[0]

start of chunk data

Definition at line 45 of file fifo_types.h.

◆ deq_rb_index

rb_node_index_t svm_fifo_chunk_::deq_rb_index

deq node index if chunk in rbtree

Definition at line 44 of file fifo_types.h.

◆ enq_rb_index

rb_node_index_t svm_fifo_chunk_::enq_rb_index

enq node index if chunk in rbtree

Definition at line 43 of file fifo_types.h.

◆ length

u32 svm_fifo_chunk_::length

length of chunk in bytes

Definition at line 41 of file fifo_types.h.

◆ next

fs_sptr_t svm_fifo_chunk_::next

pointer to next chunk in linked-lists

Definition at line 42 of file fifo_types.h.

◆ start_byte

u32 svm_fifo_chunk_::start_byte

chunk start byte

Definition at line 40 of file fifo_types.h.


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