aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest/svm_fifo_test.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22svm: asan: fix asan supportBenoît Ganne1-2/+2
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras1-12/+29
2020-03-17svm: fifo testRyujiro Shibuya1-0/+66
2020-02-29svm: fix slice locking on fifo allocFlorin Coras1-1/+2
2020-02-26svm: support multi-chunk fifo chunk allocFlorin Coras1-4/+4
2020-02-25svm: minimal initial fifoFlorin Coras1-0/+2
2020-02-25svm: refactor fifoFlorin Coras1-799/+724
2020-02-25svm: refactor fifo chunk trackingFlorin Coras1-2/+12
2020-02-07svm: use default SVM address in fifo unit testsBenoît Ganne1-1/+2
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