Age | Commit message (Expand) | Author | Files | Lines |
2022-10-11 | vppinfra: fix AddressSanitizer | Benoît Ganne | 1 | -0/+1 |
2022-09-15 | vcl: add hugepage for vcl configure and svm | Junfeng Wang | 2 | -4/+8 |
2022-08-17 | svm: fix coverity 249207,249209 | Andrew Yourtchenko | 1 | -2/+2 |
2022-06-29 | svm: check svm_msg_q_size_to_alloc success | Ofer Heifetz | 1 | -0/+3 |
2022-04-21 | session svm: fix mq producer wait on q and ring | Florin Coras | 2 | -5/+46 |
2022-04-05 | vppinfra: refactor address sanitizer | Damjan Marion | 4 | -13/+13 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -5/+5 |
2022-04-03 | svm: Close client shm fd | root | 1 | -0/+1 |
2022-03-30 | vppinfra: vector allocator rework | Damjan Marion | 1 | -17/+0 |
2022-01-19 | svm: update number of segments in svm_fifo_segments | Florin Coras | 2 | -5/+6 |
2022-01-19 | svm: fix return for partial segment enqueue | Florin Coras | 1 | -8/+9 |
2021-12-30 | svm: merge want deq and leq threshold notifications | Florin Coras | 1 | -12/+3 |
2021-12-29 | svm: Add support for thresh dequeue notification | Michal Kalderon | 2 | -2/+24 |
2021-12-23 | session svm: track fs and seg manager index in fs | Florin Coras | 2 | -0/+7 |
2021-12-20 | session: improve sh segment-manager cli | Florin Coras | 1 | -14/+6 |
2021-11-24 | session: improve fifo segment allocation | Filip Tehlar | 2 | -1/+3 |
2021-09-23 | svm: remove unused fifo functions | Florin Coras | 1 | -57/+0 |
2021-08-11 | svm: make more fifo segment header fields private | Florin Coras | 3 | -41/+24 |
2021-06-24 | svm: fix asan check failed @svm_map_region on arm | Tianyu Li | 1 | -4/+3 |
2021-06-17 | session: optimize ct fifo segment allocations | Florin Coras | 1 | -0/+1 |
2021-06-16 | vcl: fix fifo sharing | Florin Coras | 2 | -0/+9 |
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-20 | tls svm: prealloc tcp fifo chunks before ssl write | Florin Coras | 1 | -0/+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 | 2 | -0/+32 |
2021-04-02 | svm: lock-free fifo chunk list push and pop | Florin Coras | 2 | -43/+57 |
2021-03-30 | svm: cleanup mq private data on fifo segment cleanup | Florin Coras | 3 | -2/+16 |
2021-03-29 | svm session vcl: per app rx message queues | Florin Coras | 1 | -1/+1 |
2021-03-25 | svm: add producer wait function | Florin Coras | 2 | -13/+46 |
2021-03-25 | svm: fix producer deadlock in svm_msg_q_wait() | nandfan | 1 | -5/+9 |
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 | 2 | -7/+9 |
2021-02-22 | vcl: cleanup fifos detached from segments | Florin Coras | 2 | -3/+26 |
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 | 2 | -18/+14 |
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-02-15 | svm: fix mq coverity warning | Florin Coras | 1 | -2/+7 |
2021-02-15 | misc: coverity fixes | Dave Barach | 1 | -0/+1 |
2021-02-05 | session svm: non blocking mq | Florin Coras | 2 | -74/+181 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment | Florin Coras | 3 | -0/+43 |
2021-01-25 | svm: add custom q implementation for mq | Florin Coras | 3 | -95/+288 |
2021-01-24 | svm: use standard function to reset stale mutex | Benoît Ganne | 1 | -2/+7 |
2021-01-20 | svm: add standard include for __WORDSIZE | Nathan Moos | 1 | -0/+1 |
2021-01-09 | session svm: fix fifo migration | Florin Coras | 3 | -27/+41 |
2021-01-06 | svm: force fixed memfd mapping if va provided | Florin Coras | 1 | -3/+3 |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list | Florin Coras | 4 | -49/+88 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 1 | -1/+1 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 2 | -10/+34 |