Age | Commit message (Expand) | Author | Files | Lines |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -6/+0 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -1/+1 |
2021-09-23 | svm: remove unused fifo functions |  Florin Coras | 1 | -3/+3 |
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 | -10/+11 |
2020-12-24 | svm: split fifo into private and shared structs |  Florin Coras | 1 | -47/+47 |
2020-12-23 | svm: separate private from shared fifo segment ptrs |  Florin Coras | 1 | -6/+13 |
2020-12-23 | svm: remove fifo segment heap |  Florin Coras | 1 | -7/+16 |
2020-10-21 | svm: fix fifo unit test |  Benoît Ganne | 1 | -4/+6 |
2020-09-08 | svm session: document unsupported fifo deq combinations |  Florin Coras | 1 | -5/+21 |
2020-04-22 | svm: asan: fix asan support |  Benoît Ganne | 1 | -2/+2 |
2020-04-20 | svm: check if fifo free list index is valid on alloc |  Florin Coras | 1 | -12/+29 |
2020-03-17 | svm: fifo test |  Ryujiro Shibuya | 1 | -0/+66 |
2020-02-29 | svm: fix slice locking on fifo alloc |  Florin Coras | 1 | -1/+2 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc |  Florin Coras | 1 | -4/+4 |
2020-02-25 | svm: minimal initial fifo |  Florin Coras | 1 | -0/+2 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 1 | -799/+724 |
2020-02-25 | svm: refactor fifo chunk tracking |  Florin Coras | 1 | -2/+12 |
2020-02-07 | svm: use default SVM address in fifo unit tests |  Benoît Ganne | 1 | -1/+2 |
2019-12-12 | session svm: per thread fifo segment slices |  Florin Coras | 1 | -12/+15 |
2019-10-16 | svm: reset vector data instead of length |  Benoît Ganne | 1 | -1/+1 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests |  Florin Coras | 1 | -11/+148 |
2019-06-27 | svm: improve fifo segment test |  Florin Coras | 1 | -1/+13 |
2019-06-26 | svm: fix fifo segment free chunk bytes accounting |  Florin Coras | 1 | -17/+112 |
2019-05-14 | svm: improve fifo segment prealloc support |  Florin Coras | 1 | -1/+114 |
2019-05-07 | svm: decouple fifo and default chunk allocation |  Florin Coras | 1 | -13/+29 |
2019-05-03 | session/svm: apis for fifo shrinking |  Florin Coras | 1 | -0/+75 |
2019-05-03 | svm: basic support for fifo shrinking |  Florin Coras | 1 | -0/+400 |
2019-05-03 | svm: store normalized head/tail for fifo |  Florin Coras | 1 | -2/+7 |
2019-04-30 | svm: more fifo refactor/cleanup |  Florin Coras | 1 | -83/+83 |
2019-04-27 | svm: fix fifo tail/head/ooo logic for u32 wrap |  Florin Coras | 1 | -12/+279 |
2019-04-26 | svm: fifo segment support for chunk allocation |  Florin Coras | 1 | -5/+93 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 1 | -73/+73 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks |  Florin Coras | 1 | -16/+161 |
2019-04-24 | svm: move fifo tests to ut plugin |  Florin Coras | 1 | -0/+271 |
2019-04-19 | svm: move fifo tests to a separate file |  Florin Coras | 1 | -0/+1197 |