Age | Commit message (Expand) | Author | Files | Lines |
2021-08-11 | svm: make more fifo segment header fields private |  Florin Coras | 1 | -18/+18 |
2021-06-16 | vcl: fix fifo sharing |  Florin Coras | 1 | -0/+8 |
2021-06-03 | svm: release mem order for fifo chunk list CAS |  Florin Coras | 1 | -6/+9 |
2021-05-28 | svm: fix inadequate atomic load for chunk mgr |  Dave Wallace | 1 | -3/+3 |
2021-05-10 | svm: try chunk alloc only if enough space available |  Florin Coras | 1 | -1/+2 |
2021-04-20 | svm: allow external chunk alloc on segment |  Florin Coras | 1 | -0/+24 |
2021-04-02 | svm: lock-free fifo chunk list push and pop |  Florin Coras | 1 | -40/+56 |
2021-03-30 | svm: cleanup mq private data on fifo segment cleanup |  Florin Coras | 1 | -1/+1 |
2021-02-28 | session svm: segment manager and fifo segment leaks |  Florin Coras | 1 | -0/+2 |
2021-02-26 | svm: fix shared hdr migration |  Florin Coras | 1 | -7/+8 |
2021-02-22 | vcl: cleanup fifos detached from segments |  Florin Coras | 1 | -3/+16 |
2021-02-22 | svm: free shared fifo on detach |  Florin Coras | 1 | -2/+4 |
2021-02-20 | svm: return chunks to slice on fifo detach |  Florin Coras | 1 | -17/+13 |
2021-02-19 | session vppinfra: asan fixes |  Florin Coras | 1 | -0/+1 |
2021-02-18 | svm: fix active fifo ll on attach |  Florin Coras | 1 | -0/+4 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment |  Florin Coras | 1 | -0/+33 |
2021-01-25 | svm: add custom q implementation for mq |  Florin Coras | 1 | -3/+4 |
2021-01-09 | session svm: fix fifo migration |  Florin Coras | 1 | -25/+37 |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list |  Florin Coras | 1 | -18/+47 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps |  Florin Coras | 1 | -8/+19 |
2020-12-29 | svm: allow mq attachments at random offsets |  Florin Coras | 1 | -0/+69 |
2020-12-28 | svm: move active fifo list to private slice |  Florin Coras | 1 | -15/+29 |
2020-12-26 | svm: change fifo pointers to offsets |  Florin Coras | 1 | -35/+38 |
2020-12-24 | svm: split fifo into private and shared structs |  Florin Coras | 1 | -44/+114 |
2020-12-23 | svm: separate private from shared fifo segment ptrs |  Florin Coras | 1 | -45/+34 |
2020-12-23 | svm: remove fifo segment heap |  Florin Coras | 1 | -117/+107 |
2020-11-26 | svm: use internal function to prealloc fifo hdrs |  Florin Coras | 1 | -30/+3 |
2020-11-26 | svm: only try to pre-allocate requested number of fifo pairs |  Benoît Ganne | 1 | -1/+8 |
2020-11-20 | svm: fix coverity warning |  Florin Coras | 1 | -6/+7 |
2020-11-19 | svm: move chunk locks to linked list |  Florin Coras | 1 | -37/+48 |
2020-11-19 | svm: init chunk rb tree indices in fifo |  Florin Coras | 1 | -4/+0 |
2020-11-18 | svm: fifo segment cleanup |  Florin Coras | 1 | -341/+205 |
2020-11-09 | session: delegate fifo ooo lookup init to transports |  Florin Coras | 1 | -6/+0 |
2020-10-21 | svm: fix ASAN annotations for external chunks |  Benoît Ganne | 1 | -0/+1 |
2020-09-30 | svm: harmonize ssvm names |  Florin Coras | 1 | -3/+3 |
2020-09-30 | svm session: use new clib mem apis for segments |  Florin Coras | 1 | -3/+3 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 1 | -4/+1 |
2020-04-28 | svm: fix fifo alignemnt in batch prealloc |  Florin Coras | 1 | -3/+9 |
2020-04-28 | svm: null instead of panic if fifo hdr alloc fails |  Florin Coras | 1 | -1/+4 |
2020-04-20 | svm: check if fifo free list index is valid on alloc |  Florin Coras | 1 | -0/+7 |
2020-04-09 | session: update fifo slice on session migration |  Florin Coras | 1 | -14/+75 |
2020-04-09 | svm: use active fifo count in fifo test |  Florin Coras | 1 | -12/+8 |
2020-03-27 | vcl: support for uword segments |  Florin Coras | 1 | -1/+1 |
2020-03-26 | svm: correct format_fifo_segment |  Ryujiro Shibuya | 1 | -3/+4 |
2020-03-16 | svm: chunk alloc stats |  Ryujiro Shibuya | 1 | -5/+12 |
2020-03-12 | svm: cleanup chunk and fifo allocation |  Florin Coras | 1 | -37/+62 |
2020-03-09 | svm: track fifo segment virtual memory consumption |  Florin Coras | 1 | -38/+64 |
2020-03-05 | session: reduce segment reserved bytes |  Florin Coras | 1 | -3/+2 |
2020-03-05 | session: fix segment search on fifo alloc |  Florin Coras | 1 | -0/+6 |
2020-02-29 | svm: fix slice locking on fifo alloc |  Florin Coras | 1 | -5/+15 |