Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 1 | -0/+6 |
2018-07-17 | session: use msg queue for events | Florin Coras | 1 | -0/+6 |
2018-07-11 | session: push tx notifications only if needed | Florin Coras | 1 | -0/+6 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 1 | -0/+1 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 1 | -0/+6 |
2018-03-15 | tls: add openssl engine | Florin Coras | 1 | -0/+43 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -1/+1 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 1 | -1/+2 |
2017-08-10 | TCP proxy prototype | Dave Barach | 1 | -0/+1 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 1 | -0/+41 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 1 | -5/+11 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 1 | -5/+21 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 1 | -2/+3 |
2017-05-17 | VPP-846: tcp perf / scale / hardening | Dave Barach | 1 | -2/+2 |
2017-05-01 | TCP ooo reception fixes | Florin Coras | 1 | -0/+1 |
2017-04-24 | Session layer improvements | Florin Coras | 1 | -22/+9 |
2017-04-18 | Fix fifo ooo bugs and improve testing | Dave Barach | 1 | -3/+18 |
2017-04-13 | Session layer refactoring | Florin Coras | 1 | -28/+4 |