aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest/svm_fifo_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12session svm: per thread fifo segment slicesFlorin Coras1-12/+15
2019-10-16svm: reset vector data instead of lengthBenoƮt Ganne1-1/+1
2019-07-03svm: fix multi-chunk fifo alloc and add more testsFlorin Coras1-11/+148
2019-06-27svm: improve fifo segment testFlorin Coras1-1/+13
2019-06-26svm: fix fifo segment free chunk bytes accountingFlorin Coras1-17/+112
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-1/+114
2019-05-07svm: decouple fifo and default chunk allocationFlorin Coras1-13/+29
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras1-0/+75
2019-05-03svm: basic support for fifo shrinkingFlorin Coras1-0/+400
2019-05-03svm: store normalized head/tail for fifoFlorin Coras1-2/+7
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-83/+83
2019-04-27svm: fix fifo tail/head/ooo logic for u32 wrapFlorin Coras1-12/+279
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras1-5/+93
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-73/+73
2019-04-24svm: fifo ooo reads/writes with multiple chunksFlorin Coras1-16/+161
2019-04-24svm: move fifo tests to ut pluginFlorin Coras1-0/+271
2019-04-19svm: move fifo tests to a separate fileFlorin Coras1-0/+1197