Age | Commit message (Expand) | Author | Files | Lines |
2020-03-16 | svm: chunk alloc stats | Ryujiro Shibuya | 2 | -5/+13 |
2020-03-12 | svm: cleanup chunk and fifo allocation | Florin Coras | 1 | -37/+62 |
2020-03-09 | svm: track fifo segment virtual memory consumption | Florin Coras | 3 | -38/+69 |
2020-03-05 | session: reduce segment reserved bytes | Florin Coras | 1 | -3/+2 |
2020-03-05 | session: fix segment search on fifo alloc | Florin Coras | 2 | -0/+8 |
2020-02-29 | svm: add explicit dependency on lock for fifo types | Florin Coras | 1 | -0/+1 |
2020-02-29 | svm: fix slice locking on fifo alloc | Florin Coras | 1 | -5/+15 |
2020-02-26 | svm: fix coverity warnings | Florin Coras | 1 | -1/+0 |
2020-02-26 | tls session: fix unlisten | Florin Coras | 1 | -1/+0 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc | Florin Coras | 1 | -7/+133 |
2020-02-26 | svm: remove chunk add function | Florin Coras | 4 | -53/+98 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 3 | -11/+12 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 3 | -13/+208 |
2020-02-25 | svm: refactor fifo | Florin Coras | 6 | -881/+782 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 3 | -82/+294 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 3 | -49/+0 |
2020-02-11 | svm: numa awareness for ssvm segments | Florin Coras | 2 | -25/+30 |
2020-01-31 | session: fix chunk batch alloc for large fifos | Florin Coras | 1 | -6/+8 |
2020-01-08 | svm: fix eventfd signal write error check | Florin Coras | 1 | -2/+2 |
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 |