Age | Commit message (Expand) | Author | Files | Lines |
2022-01-19 | svm: update number of segments in svm_fifo_segments | Florin Coras | 1 | -3/+4 |
2022-01-19 | svm: fix return for partial segment enqueue | Florin Coras | 1 | -8/+9 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write | Florin Coras | 1 | -0/+3 |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list | Florin Coras | 1 | -7/+7 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 1 | -1/+1 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -0/+1 |
2020-12-26 | svm: change fifo pointers to offsets | Florin Coras | 1 | -107/+118 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 1 | -114/+127 |
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 | 1 | -0/+36 |
2020-11-24 | svm: support for multi-segment enqueues | Florin Coras | 1 | -0/+81 |
2020-11-19 | svm: init chunk rb tree indices in fifo | Florin Coras | 1 | -0/+2 |
2020-10-21 | svm: fix ASAN annotations for external chunks | Benoît Ganne | 1 | -0/+3 |
2020-10-12 | vcl svm: segments improvements | Florin Coras | 1 | -8/+19 |
2020-09-29 | vcl svm: provide apps access to fifo chunks | Florin Coras | 1 | -29/+20 |
2020-09-08 | svm session: document unsupported fifo deq combinations | Florin Coras | 1 | -0/+4 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -7/+7 |
2020-02-26 | tls session: fix unlisten | Florin Coras | 1 | -1/+0 |
2020-02-26 | svm: remove chunk add function | Florin Coras | 1 | -35/+25 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -4/+3 |
2020-02-25 | svm: refactor fifo | Florin Coras | 1 | -574/+470 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 1 | -57/+281 |
2019-10-16 | svm: immediate fifo growth even when wrapped | Ryujiro Shibuya | 1 | -8/+108 |
2019-08-29 | svm: fix fifo hdr freelist allocation | Florin Coras | 1 | -1/+1 |
2019-08-05 | svm: fix fifo growth on dequeue with drop | Florin Coras | 1 | -0/+6 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests | Florin Coras | 1 | -6/+97 |
2019-06-25 | svm: make sure chunk search does not return tnil | Florin Coras | 1 | -0/+2 |
2019-06-24 | session: full lock on session_send_evt_to_thread | Nathan Skrzypczak | 1 | -2/+2 |
2019-05-07 | svm: decouple fifo and default chunk allocation | Florin Coras | 1 | -8/+20 |
2019-05-03 | session/svm: apis for fifo shrinking | Florin Coras | 1 | -1/+4 |
2019-05-03 | svm: basic support for fifo shrinking | Florin Coras | 1 | -54/+208 |
2019-05-03 | svm: store normalized head/tail for fifo | Florin Coras | 1 | -23/+21 |
2019-04-30 | svm: more fifo refactor/cleanup | Florin Coras | 1 | -383/+385 |
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 | -2/+38 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -2/+2 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks | Florin Coras | 1 | -48/+153 |
2019-04-20 | svm: reorganize fifo march code | Florin Coras | 1 | -169/+176 |
2019-04-19 | svm: support addition of chunks to fifos | Florin Coras | 1 | -4/+6 |
2019-04-18 | svm: allow indirect fifo data chunks | Florin Coras | 1 | -134/+124 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -206/+229 |
2019-04-08 | host stack: update stale copyright | Florin Coras | 1 | -1/+1 |
2019-01-17 | vcl/session: replicate events for shared sessions | Florin Coras | 1 | -0/+23 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 1 | -0/+1 |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize | Sirshak Das | 1 | -5/+5 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -16/+17 |
2018-10-25 | session/tcp: improve cli | Florin Coras | 1 | -10/+15 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -17/+18 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -5/+5 |
2018-10-05 | session: fix local session tagging and cleanup | Florin Coras | 1 | -0/+1 |