From 234fe894d80a6ebc7e457bc86f2eea80d5ef01ea Mon Sep 17 00:00:00 2001 From: Ryujiro Shibuya Date: Wed, 25 Dec 2019 07:40:54 +0000 Subject: session svm: tracking segment memory usage 1. segment manager would attempt to balance the usages across the segments, when it allocate fifos 2. the memory presure level is determined per fifo-segment 3. updated unit test 4. updated cli output for segments Type: feature Signed-off-by: Ryujiro Shibuya Change-Id: I2923f3e0a43dd919196a0cb2cd55e098fde6cf66 --- src/plugins/unittest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/unittest/CMakeLists.txt') diff --git a/src/plugins/unittest/CMakeLists.txt b/src/plugins/unittest/CMakeLists.txt index a029e0e3259..e75b96ff265 100644 --- a/src/plugins/unittest/CMakeLists.txt +++ b/src/plugins/unittest/CMakeLists.txt @@ -36,6 +36,7 @@ add_vpp_plugin(unittest sparse_vec_test.c string_test.c svm_fifo_test.c + segment_manager_test.c tcp_test.c test_buffer.c unittest.c -- cgit 1.2.3-korg