Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 6 | -70/+198 |
2020-12-28 | svm: move active fifo list to private slice | Florin Coras | 2 | -16/+30 |
2020-12-26 | svm: change fifo pointers to offsets | Florin Coras | 4 | -156/+230 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 5 | -214/+318 |
2020-12-23 | svm: separate private from shared fifo segment ptrs | Florin Coras | 3 | -51/+49 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 5 | -150/+181 |
2020-12-21 | svm: honor max requested bytes in fifo segments | Florin Coras | 1 | -1/+1 |
2020-12-20 | tls: use fifo segments instead of chunks | Florin Coras | 2 | -0/+51 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -6/+6 |
2020-12-08 | svm: fix ssvm_va for private segments | Florin Coras | 1 | -1/+1 |
2020-12-03 | svm: fix mutex consistency on trylock | Florin Coras | 2 | -4/+16 |
2020-11-30 | svm: make svm queue mutex robust | Florin Coras | 2 | -2/+9 |
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-24 | svm: support for multi-segment enqueues | Florin Coras | 2 | -0/+92 |
2020-11-20 | svm: fix coverity warning | Florin Coras | 1 | -6/+7 |