Age | Commit message (Expand) | Author | Files | Lines |
2022-01-19 | svm: update number of segments in svm_fifo_segments |  Florin Coras | 1 | -2/+2 |
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 | 1 | -2/+23 |
2021-09-23 | svm: remove unused fifo functions |  Florin Coras | 1 | -57/+0 |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list |  Florin Coras | 1 | -3/+3 |
2020-12-26 | svm: change fifo pointers to offsets |  Florin Coras | 1 | -6/+51 |
2020-12-24 | svm: split fifo into private and shared structs |  Florin Coras | 1 | -30/+35 |
2020-12-23 | svm: separate private from shared fifo segment ptrs |  Florin Coras | 1 | -1/+1 |
2020-12-20 | tls: use fifo segments instead of chunks |  Florin Coras | 1 | -0/+15 |
2020-11-24 | svm: support for multi-segment enqueues |  Florin Coras | 1 | -0/+11 |
2020-10-12 | vcl svm: segments improvements |  Florin Coras | 1 | -2/+3 |
2020-09-29 | vcl svm: provide apps access to fifo chunks |  Florin Coras | 1 | -2/+16 |
2020-09-08 | svm session: document unsupported fifo deq combinations |  Florin Coras | 1 | -2/+4 |
2020-04-20 | svm: check if fifo free list index is valid on alloc |  Florin Coras | 1 | -0/+2 |
2020-03-09 | svm: track fifo segment virtual memory consumption |  Florin Coras | 1 | -0/+1 |
2020-02-26 | svm: remove chunk add function |  Florin Coras | 1 | -6/+45 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 1 | -175/+80 |
2020-02-25 | svm: refactor fifo chunk tracking |  Florin Coras | 1 | -2/+4 |
2019-12-12 | session svm: per thread fifo segment slices |  Florin Coras | 1 | -2/+3 |
2019-10-16 | svm: immediate fifo growth even when wrapped |  Ryujiro Shibuya | 1 | -0/+9 |
2019-08-08 | svm: fix fifo max writeable chunk computation |  Florin Coras | 1 | -1/+1 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests |  Florin Coras | 1 | -1/+15 |
2019-06-29 | svm: rename fifo tx notifications to reflect use |  Florin Coras | 1 | -42/+42 |
2019-06-28 | quic : Use TX event for app read notification |  Nathan Skrzypczak | 1 | -3/+7 |
2019-05-07 | svm: decouple fifo and default chunk allocation |  Florin Coras | 1 | -2/+0 |
2019-05-03 | svm: basic support for fifo shrinking |  Florin Coras | 1 | -24/+55 |
2019-05-03 | svm: store normalized head/tail for fifo |  Florin Coras | 1 | -28/+20 |
2019-04-30 | svm: more fifo refactor/cleanup |  Florin Coras | 1 | -217/+461 |
2019-04-27 | svm: fix fifo tail/head/ooo logic for u32 wrap |  Florin Coras | 1 | -2/+2 |
2019-04-26 | svm: fifo segment support for chunk allocation |  Florin Coras | 1 | -0/+31 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 1 | -4/+5 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks |  Florin Coras | 1 | -6/+19 |
2019-04-20 | svm: reorganize fifo march code |  Florin Coras | 1 | -70/+9 |
2019-04-19 | svm: support addition of chunks to fifos |  Florin Coras | 1 | -5/+78 |
2019-04-18 | svm: allow indirect fifo data chunks |  Florin Coras | 1 | -6/+19 |
2019-04-16 | svm_fifo rework to avoid contention on cursize |  Sirshak Das | 1 | -37/+158 |
2019-04-08 | host stack: update stale copyright |  Florin Coras | 1 | -1/+1 |
2019-03-22 | svm/atomics: add clib_atomic_swap_rel_n |  Florin Coras | 1 | -2/+2 |
2019-03-21 | session/fifo: make event unset atomic |  Florin Coras | 1 | -2/+2 |
2019-02-21 | svm: fix mem ordering for enqueue nocopy |  Florin Coras | 1 | -1/+1 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements |  Florin Coras | 1 | -1/+1 |
2019-01-17 | vcl/session: replicate events for shared sessions |  Florin Coras | 1 | -7/+20 |
2019-01-10 | session/vcl: improve fifo tx notifications |  Florin Coras | 1 | -30/+80 |
2018-11-30 | session: segment handle in accept/connect notifications |  Florin Coras | 1 | -0/+2 |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize |  Sirshak Das | 1 | -3/+3 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -1/+1 |
2018-10-05 | session: fix local session tagging and cleanup |  Florin Coras | 1 | -2/+4 |
2018-09-20 | session/svm: add want_tx_event flag to fifo |  Florin Coras | 1 | -0/+13 |
2018-09-12 | vcl: add apis that expos fifo as buffer |  Florin Coras | 1 | -2/+10 |
2018-09-12 | vcl: improve read and fifo event handling |  Florin Coras | 1 | -3/+7 |