svm: refactor fifo chunk tracking 74/23974/34
authorFlorin Coras <fcoras@cisco.com>
Thu, 12 Dec 2019 20:09:29 +0000 (12:09 -0800)
committerDave Barach <openvpp@barachs.net>
Tue, 25 Feb 2020 19:18:49 +0000 (19:18 +0000)
Avoid tracking with rbtrees all of the chunks associated to a fifo.
Instead, only track chunks when doing out-of-order operations (peek or
ooo enqueue).

Type: refactor

Change-Id: I9f8bd266211746637d98e6a12ffc4b2d6346950a
Signed-off-by: Florin Coras <fcoras@cisco.com>

No differences found