aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/fifo_segment.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-29svm: fix slice locking on fifo allocFlorin Coras1-5/+15
2020-02-26svm: fix coverity warningsFlorin Coras1-1/+0
2020-02-26svm: support multi-chunk fifo chunk allocFlorin Coras1-7/+133
2020-02-26svm: remove chunk add functionFlorin Coras1-11/+11
2020-02-25svm: minimal initial fifoFlorin Coras1-7/+8
2020-02-25session svm: tracking segment memory usageRyujiro Shibuya1-13/+141
2020-02-25svm: refactor fifoFlorin Coras1-94/+95
2020-02-25svm: refactor fifo chunk trackingFlorin Coras1-23/+9
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-6/+0
2020-01-31session: fix chunk batch alloc for large fifosFlorin Coras1-6/+8
2020-01-03session: fix per slice fifo preallocFlorin Coras1-8/+10
2019-12-20svm: fix multichunk alloc with not enough spaceFlorin Coras1-2/+32
2019-12-20svm: fix sh ssvm size for private segmentsFlorin Coras1-11/+9
2019-12-19session: reserve memory for rbtreeFlorin Coras1-4/+42
2019-12-12session svm: support for segments larger than 4GBFlorin Coras1-7/+7
2019-12-12session svm: per thread fifo segment slicesFlorin Coras1-190/+295
2019-11-12svm: improve fifo segment verbose cliFlorin Coras1-9/+32
2019-11-07svm: fix byte accounting when allocating fifo headerFlorin Coras1-0/+1
2019-08-29svm: fix fifo hdr freelist allocationFlorin Coras1-0/+4
2019-07-03svm: fix multi-chunk fifo alloc and add more testsFlorin Coras1-3/+15
2019-06-26svm: fix fifo segment free chunk bytes accountingFlorin Coras1-3/+8
2019-06-09svm: improve fifo segment showFlorin Coras1-7/+33
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-193/+290
2019-05-09session: segment manager fixesFlorin Coras1-17/+2
2019-05-07svm: decouple fifo and default chunk allocationFlorin Coras1-124/+128
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras1-0/+29
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras1-8/+122
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-0/+639