Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | session: fix per slice fifo prealloc | Florin Coras | 1 | -8/+10 |
2019-12-30 | svm: broadcast on raw dequeues and full rings | Florin Coras | 3 | -7/+28 |
2019-12-20 | svm: fix multichunk alloc with not enough space | Florin Coras | 1 | -2/+32 |
2019-12-20 | svm: fix sh ssvm size for private segments | Florin Coras | 2 | -11/+10 |
2019-12-19 | session: reserve memory for rbtree | Florin Coras | 2 | -4/+44 |
2019-12-18 | svm: decrease svm map verbosity | Florin Coras | 1 | -1/+1 |
2019-12-12 | session svm: support for segments larger than 4GB | Florin Coras | 4 | -13/+12 |
2019-12-12 | session svm: per thread fifo segment slices | Florin Coras | 3 | -205/+324 |
2019-12-11 | session: Add mq debug cli | Nathan Skrzypczak | 2 | -0/+20 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 2 | -0/+8 |
2019-11-12 | svm: improve fifo segment verbose cli | Florin Coras | 2 | -9/+37 |
2019-11-07 | svm: fix byte accounting when allocating fifo header | Florin Coras | 1 | -0/+1 |
2019-10-16 | svm: immediate fifo growth even when wrapped | Ryujiro Shibuya | 2 | -8/+117 |
2019-09-20 | session: fix msg freeing on error | Nathan Skrzypczak | 1 | -5/+0 |
2019-08-29 | svm: fix fifo hdr freelist allocation | Florin Coras | 2 | -1/+5 |
2019-08-13 | svm: fix svmtool and svmdbtool segment fault. | Guanghua Zhang | 2 | -0/+4 |
2019-08-08 | svm: fix fifo max writeable chunk computation | Florin Coras | 1 | -1/+1 |
2019-08-05 | svm: fix fifo growth on dequeue with drop | Florin Coras | 1 | -0/+6 |
2019-07-30 | vppinfra: refactor use of CLIB_MEMORY_BARRIER () | jaszha03 | 1 | -4/+2 |
2019-07-30 | vppinfra: conformed spinlocks to use CLIB_PAUSE | jaszha03 | 1 | -2/+3 |
2019-07-29 | session: fix vpp to app msg generation | Florin Coras | 1 | -2/+4 |
2019-07-12 | svm: handles heap dlmalloc allocation failure | Benoît Ganne | 1 | -0/+6 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests | Florin Coras | 3 | -10/+127 |
2019-07-02 | svm: fix shm segment delete | Florin Coras | 1 | -1/+1 |
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-06-26 | svm: fix fifo segment free chunk bytes accounting | Florin Coras | 2 | -4/+9 |
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-06-18 | session: fix memory out of bound issue | Lijian.Zhang | 1 | -1/+1 |
2019-06-11 | ssvm: disable private segment expand | Florin Coras | 1 | -0/+1 |
2019-06-09 | svm: improve fifo segment show | Florin Coras | 2 | -7/+34 |
2019-05-21 | svm_queue_timedwait_inline: lock after wait | Vratko Polak | 1 | -1/+1 |
2019-05-20 | consolidate all mutux opertion | Ping Yu | 1 | -17/+17 |
2019-05-14 | svm: improve fifo segment prealloc support | Florin Coras | 3 | -196/+349 |
2019-05-09 | session: segment manager fixes | Florin Coras | 2 | -17/+3 |
2019-05-07 | svm: decouple fifo and default chunk allocation | Florin Coras | 4 | -135/+149 |
2019-05-03 | session/svm: apis for fifo shrinking | Florin Coras | 3 | -1/+42 |
2019-05-03 | svm: basic support for fifo shrinking | Florin Coras | 2 | -78/+263 |
2019-05-03 | svm: store normalized head/tail for fifo | Florin Coras | 2 | -51/+41 |
2019-05-01 | svm: remove dead code triggering overflow | Benoît Ganne | 1 | -26/+0 |
2019-04-30 | svm: more fifo refactor/cleanup | Florin Coras | 2 | -600/+846 |
2019-04-27 | svm: fix fifo tail/head/ooo logic for u32 wrap | Florin Coras | 2 | -4/+4 |
2019-04-26 | svm: fifo segment support for chunk allocation | Florin Coras | 4 | -17/+217 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 6 | -502/+477 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks | Florin Coras | 3 | -56/+174 |
2019-04-24 | svm: move mq test to ut plugin | Florin Coras | 1 | -177/+0 |
2019-04-24 | svm: move fifo tests to ut plugin | Florin Coras | 1 | -362/+0 |
2019-04-20 | svm: reorganize fifo march code | Florin Coras | 2 | -239/+185 |