diff options
author | Florin Coras <fcoras@cisco.com> | 2019-06-25 18:14:13 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-06-26 15:29:45 +0000 |
commit | 1c91c77307dc120ac11e0d1a649aa4db58348f1b (patch) | |
tree | ae8719b73f0189079c3ffa3a78115d4db8c91840 /src/svm/fifo_segment.h | |
parent | c118a220e57a88c1acbaddf66cbe5028709094e0 (diff) |
svm: fix fifo segment free chunk bytes accounting
Type:fix
Change-Id: Icab89337eb3dbdc93d0fb453cfd34090026072b7
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/svm/fifo_segment.h')
-rw-r--r-- | src/svm/fifo_segment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svm/fifo_segment.h b/src/svm/fifo_segment.h index 89d4ef9c8c7..7922274cecf 100644 --- a/src/svm/fifo_segment.h +++ b/src/svm/fifo_segment.h @@ -192,7 +192,7 @@ void fifo_segment_update_free_bytes (fifo_segment_t * fs); * @param fs fifo segment * @return free bytes on chunk free lists */ -u32 fifo_segment_chunk_prealloc_bytes (fifo_segment_t * fs); +u32 fifo_segment_fl_chunk_bytes (fifo_segment_t * fs); u8 fifo_segment_has_fifos (fifo_segment_t * fs); svm_fifo_t *fifo_segment_get_fifo_list (fifo_segment_t * fs); u32 fifo_segment_num_fifos (fifo_segment_t * fs); |