aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm
AgeCommit message (Expand)AuthorFilesLines
2020-04-28svm: fix fifo alignemnt in batch preallocFlorin Coras1-3/+9
2020-04-28svm: null instead of panic if fifo hdr alloc failsFlorin Coras1-1/+4
2020-04-22svm: asan: fix asan supportBenoît Ganne2-0/+11
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras2-0/+9
2020-04-09session: update fifo slice on session migrationFlorin Coras2-14/+79
2020-04-09svm: use active fifo count in fifo testFlorin Coras1-12/+8
2020-04-02misc: fix static analysis warningsDave Barach1-3/+3
2020-03-27vcl: support for uword segmentsFlorin Coras1-1/+1
2020-03-26svm: correct format_fifo_segmentRyujiro Shibuya1-3/+4
2020-03-16svm: chunk alloc statsRyujiro Shibuya2-5/+13
2020-03-12svm: cleanup chunk and fifo allocationFlorin Coras1-37/+62
2020-03-09svm: track fifo segment virtual memory consumptionFlorin Coras3-38/+69
2020-03-05session: reduce segment reserved bytesFlorin Coras1-3/+2
2020-03-05session: fix segment search on fifo allocFlorin Coras2-0/+8
2020-02-29svm: add explicit dependency on lock for fifo typesFlorin Coras1-0/+1
2020-02-29svm: fix slice locking on fifo allocFlorin Coras1-5/+15
2020-02-26svm: fix coverity warningsFlorin Coras1-1/+0
2020-02-26tls session: fix unlistenFlorin Coras1-1/+0
2020-02-26svm: support multi-chunk fifo chunk allocFlorin Coras1-7/+133
2020-02-26svm: remove chunk add functionFlorin Coras4-53/+98
2020-02-25svm: minimal initial fifoFlorin Coras3-11/+12
2020-02-25session svm: tracking segment memory usageRyujiro Shibuya3-13/+208
2020-02-25svm: refactor fifoFlorin Coras6-881/+782
2020-02-25svm: refactor fifo chunk trackingFlorin Coras3-82/+294
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach3-49/+0
2020-02-11svm: numa awareness for ssvm segmentsFlorin Coras2-25/+30
2020-01-31session: fix chunk batch alloc for large fifosFlorin Coras1-6/+8
2020-01-08svm: fix eventfd signal write error checkFlorin Coras1-2/+2
2020-01-03session: fix per slice fifo preallocFlorin Coras1-8/+10
2019-12-30svm: broadcast on raw dequeues and full ringsFlorin Coras3-7/+28
2019-12-20svm: fix multichunk alloc with not enough spaceFlorin Coras1-2/+32
2019-12-20svm: fix sh ssvm size for private segmentsFlorin Coras2-11/+10
2019-12-19session: reserve memory for rbtreeFlorin Coras2-4/+44
2019-12-18svm: decrease svm map verbosityFlorin Coras1-1/+1
2019-12-12session svm: support for segments larger than 4GBFlorin Coras4-13/+12
2019-12-12session svm: per thread fifo segment slicesFlorin Coras3-205/+324
2019-12-11session: Add mq debug cliNathan Skrzypczak2-0/+20
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne2-0/+8
2019-11-12svm: improve fifo segment verbose cliFlorin Coras2-9/+37
2019-11-07svm: fix byte accounting when allocating fifo headerFlorin Coras1-0/+1
2019-10-16svm: immediate fifo growth even when wrappedRyujiro Shibuya2-8/+117
2019-09-20session: fix msg freeing on errorNathan Skrzypczak1-5/+0
2019-08-29svm: fix fifo hdr freelist allocationFlorin Coras2-1/+5
2019-08-13svm: fix svmtool and svmdbtool segment fault.Guanghua Zhang2-0/+4
2019-08-08svm: fix fifo max writeable chunk computationFlorin Coras1-1/+1
2019-08-05svm: fix fifo growth on dequeue with dropFlorin Coras1-0/+6
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha031-4/+2
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha031-2/+3
2019-07-29session: fix vpp to app msg generationFlorin Coras1-2/+4