session: reduce segment reserved bytes 00/25700/4
authorFlorin Coras <fcoras@cisco.com>
Thu, 5 Mar 2020 20:36:40 +0000 (20:36 +0000)
committerDave Barach <openvpp@barachs.net>
Thu, 5 Mar 2020 21:56:28 +0000 (21:56 +0000)
commit05c7317d07b878b8b5795fed5c1593616a1c1fae
tree80e87443a6b435a301a2539f96d175c6faa5ccab
parent75ccf7b5c51c170da45fb52bd62a6d621923f245
session: reduce segment reserved bytes

Type: refactor

Rb-trees are no longer maintained in the segment so we don't need to
reserve memory. Keeping the option as a means to avoid underlying infra
(dlmalloc) and alignment overhead.

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I84741e95d015f7b72c60d9dca20be8e0aee6a915
src/svm/fifo_segment.c