FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
fifo_segment_slice_t * | slices |
ssvm_shared_header_t * | ssvm_sh |
Fixed array of slices. More... | |
uword | n_free_bytes |
Segment free bytes. More... | |
uword | n_cached_bytes |
Cached bytes. More... | |
u32 | n_active_fifos |
Number of active fifos. More... | |
u32 | n_reserved_bytes |
Bytes not to be allocated. More... | |
u32 | max_log2_chunk_size |
Max log2(chunk size) for fs. More... | |
u8 | flags |
Segment flags. More... | |
u8 | n_slices |
Number of slices. More... | |
u8 | high_watermark |
Memory pressure watermark high. More... | |
u8 | low_watermark |
Memory pressure watermark low. More... | |
u8 | pct_first_alloc |
Pct of fifo size to alloc. More... | |
Definition at line 113 of file fifo_types.h.
u8 fifo_segment_header_::flags |
Segment flags.
Definition at line 122 of file fifo_types.h.
u8 fifo_segment_header_::high_watermark |
Memory pressure watermark high.
Definition at line 124 of file fifo_types.h.
u8 fifo_segment_header_::low_watermark |
Memory pressure watermark low.
Definition at line 125 of file fifo_types.h.
u32 fifo_segment_header_::max_log2_chunk_size |
Max log2(chunk size) for fs.
Definition at line 121 of file fifo_types.h.
u32 fifo_segment_header_::n_active_fifos |
Number of active fifos.
Definition at line 119 of file fifo_types.h.
uword fifo_segment_header_::n_cached_bytes |
Cached bytes.
Definition at line 118 of file fifo_types.h.
uword fifo_segment_header_::n_free_bytes |
Segment free bytes.
Definition at line 117 of file fifo_types.h.
u32 fifo_segment_header_::n_reserved_bytes |
Bytes not to be allocated.
Definition at line 120 of file fifo_types.h.
u8 fifo_segment_header_::n_slices |
Number of slices.
Definition at line 123 of file fifo_types.h.
u8 fifo_segment_header_::pct_first_alloc |
Pct of fifo size to alloc.
Definition at line 126 of file fifo_types.h.
fifo_segment_slice_t* fifo_segment_header_::slices |
Definition at line 115 of file fifo_types.h.
ssvm_shared_header_t* fifo_segment_header_::ssvm_sh |