X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fsvm%2Ffifo_types.h;h=3787e5d58312fb6d90f76559fb70034c4287d7e2;hb=afbb33aaf254ebfe6ebf2477b1a4859cec40e34b;hp=aa8c361631715f51f990a31f61ed2e7c20653dff;hpb=a70b015ceeee158eac0d9b33d12c596e1af409b3;p=vpp.git diff --git a/src/svm/fifo_types.h b/src/svm/fifo_types.h index aa8c3616317..3787e5d5831 100644 --- a/src/svm/fifo_types.h +++ b/src/svm/fifo_types.h @@ -140,10 +140,7 @@ struct fifo_segment_header_ u32 n_active_fifos; /**< Number of active fifos */ u32 n_reserved_bytes; /**< Bytes not to be allocated */ u32 max_log2_fifo_size; /**< Max log2(chunk size) for fs */ - u8 flags; /**< Segment flags */ u8 n_slices; /**< Number of slices */ - u8 high_watermark; /**< Memory pressure watermark high */ - u8 low_watermark; /**< Memory pressure watermark low */ u8 pct_first_alloc; /**< Pct of fifo size to alloc */ u8 n_mqs; /**< Num mqs for mqs segment */ CLIB_CACHE_LINE_ALIGN_MARK (allocator);