vxlan: vxlan/vxlan.api API cleanup
[vpp.git] / src / svm /
2020-03-12 Florin Corassvm: cleanup chunk and fifo allocation 55/25755/8
2020-03-09 Florin Corassvm: track fifo segment virtual memory consumption 01/25701/7
2020-03-05 Florin Corassession: reduce segment reserved bytes 00/25700/4
2020-03-05 Florin Corassession: fix segment search on fifo alloc 99/25699/3
2020-02-29 Florin Corassvm: add explicit dependency on lock for fifo types 57/25557/3
2020-02-29 Florin Corassvm: fix slice locking on fifo alloc 56/25556/3
2020-02-26 Florin Corassvm: fix coverity warnings 30/25430/3
2020-02-26 Florin Corastls session: fix unlisten 33/25433/4
2020-02-26 Florin Corassvm: support multi-chunk fifo chunk alloc 33/24833/11
2020-02-26 Florin Corassvm: remove chunk add function 22/24822/9
2020-02-25 Florin Corassvm: minimal initial fifo 35/24735/13
2020-02-25 Ryujiro Shibuyasession svm: tracking segment memory usage 78/24278/42
2020-02-25 Florin Corassvm: refactor fifo 86/24086/65
2020-02-25 Florin Corassvm: refactor fifo chunk tracking 74/23974/34
2020-02-11 Dave Barachvppinfra: remove the historical mheap memory allocator 82/24982/4
2020-02-11 Florin Corassvm: numa awareness for ssvm segments 76/24876/8
2020-01-31 Florin Corassession: fix chunk batch alloc for large fifos 21/24721/3
2020-01-08 Florin Corassvm: fix eventfd signal write error check 34/24234/2
2020-01-03 Florin Corassession: fix per slice fifo prealloc 58/24158/3
2019-12-30 Florin Corassvm: broadcast on raw dequeues and full rings 40/24140/5
2019-12-21 Florin Corassvm: fix multichunk alloc with not enough space 04/24104/1
2019-12-20 Florin Corassvm: fix sh ssvm size for private segments 81/24081/4
2019-12-19 Florin Corassession: reserve memory for rbtree 65/24065/5
2019-12-18 Florin Corassvm: decrease svm map verbosity 43/24043/2
2019-12-12 Florin Corassession svm: support for segments larger than 4GB 52/23952/5
2019-12-12 Florin Corassession svm: per thread fifo segment slices 71/23871/15
2019-12-11 Nathan Skrzypczaksession: Add mq debug cli 29/23729/4
2019-12-10 Dave Barachapi: multiple connections per process 56/23656/6
2019-11-27 Benoît Gannemisc: add address sanitizer heap instrumentation 37/21937/10
2019-11-12 Florin Corassvm: improve fifo segment verbose cli 29/23329/8
2019-11-07 Florin Corassvm: fix byte accounting when allocating fifo header 01/23301/2
2019-10-16 Ryujiro Shibuyasvm: immediate fifo growth even when wrapped 61/22761/6
2019-09-20 Nathan Skrzypczaksession: fix msg freeing on error 56/22056/5
2019-08-29 Florin Corassvm: fix fifo hdr freelist allocation 03/21603/3
2019-08-13 Guanghua Zhangsvm: fix svmtool and svmdbtool segment fault. 11/21211/3
2019-08-08 Florin Corassvm: fix fifo max writeable chunk computation 57/21157/2
2019-08-05 Florin Corassvm: fix fifo growth on dequeue with drop 68/21068/3
2019-07-30 jaszha03vppinfra: refactor use of CLIB_MEMORY_BARRIER () 57/20857/3
2019-07-30 jaszha03vppinfra: conformed spinlocks to use CLIB_PAUSE 56/20856/2
2019-07-29 Florin Corassession: fix vpp to app msg generation 68/20868/4
2019-07-12 Benoît Gannesvm: handles heap dlmalloc allocation failure 26/20626/2
2019-07-03 Florin Corassvm: fix multi-chunk fifo alloc and add more tests 67/20467/9
2019-07-02 Florin Corassvm: fix shm segment delete 39/20439/3
2019-06-29 Florin Corassvm: rename fifo tx notifications to reflect use 07/20407/10
2019-06-28 Nathan Skrzypczakquic : Use TX event for app read notification 23/19823/10
2019-06-26 Florin Corassvm: fix fifo segment free chunk bytes accounting 41/20341/5
2019-06-25 Florin Corassvm: make sure chunk search does not return tnil 04/20304/2
2019-06-24 Nathan Skrzypczaksession: full lock on session_send_evt_to_thread 50/20250/4
2019-06-18 Lijian.Zhangsession: fix memory out of bound issue 06/20206/2
2019-06-11 Florin Corasssvm: disable private segment expand 61/20061/2
2019-06-09 Florin Corassvm: improve fifo segment show 47/20047/1
2019-05-21 Vratko Polaksvm_queue_timedwait_inline: lock after wait 35/19735/2
2019-05-20 Ping Yuconsolidate all mutux opertion 98/18198/4
2019-05-14 Florin Corassvm: improve fifo segment prealloc support 24/19524/20
2019-05-09 Florin Corassession: segment manager fixes 74/19474/4
2019-05-07 Florin Corassvm: decouple fifo and default chunk allocation 45/19345/12
2019-05-03 Florin Corassession/svm: apis for fifo shrinking 37/19337/3
2019-05-03 Florin Corassvm: basic support for fifo shrinking 83/19283/21
2019-05-03 Florin Corassvm: store normalized head/tail for fifo 09/19309/4
2019-05-01 Benoît Gannesvm: remove dead code triggering overflow 88/19288/2
2019-04-30 Florin Corassvm: more fifo refactor/cleanup 05/19205/9
2019-04-27 Florin Corassvm: fix fifo tail/head/ooo logic for u32 wrap 01/19201/9
2019-04-26 Florin Corassvm: fifo segment support for chunk allocation 76/19176/9
2019-04-25 Florin Corassession: cleanup segment manager and fifo segment 51/19151/15
2019-04-24 Florin Corassvm: fifo ooo reads/writes with multiple chunks 69/19069/13
2019-04-24 Florin Corassvm: move mq test to ut plugin 29/19129/3
2019-04-24 Florin Corassvm: move fifo tests to ut plugin 28/19128/5
2019-04-20 Florin Corassvm: reorganize fifo march code 61/19061/6
2019-04-19 Florin Corassvm: support addition of chunks to fifos 55/19055/5
2019-04-18 Florin Corassvm: allow indirect fifo data chunks 79/18779/22
2019-04-16 Sirshak Dassvm_fifo rework to avoid contention on cursize 23/18223/13
2019-04-08 Florin Corashost stack: update stale copyright 46/18746/3
2019-04-03 Florin Corassession: allow more fifos in preallocated segments 56/18656/4
2019-03-22 Florin Corassvm/atomics: add clib_atomic_swap_rel_n 73/18473/2
2019-03-21 Florin Corassession/fifo: make event unset atomic 68/18468/1
2019-03-12 Florin Corassvm mq: add unit test 69/18169/8
2019-03-04 Florin Corassvm: avoid heap push/pop on fifo free 87/17987/2
2019-02-21 Florin Corassvm: fix mem ordering for enqueue nocopy 38/17738/2
2019-01-29 Florin Corasvls: multi-process and multi-threaded apps improvements 71/17071/13
2019-01-17 Florin Corasvcl/session: replicate events for shared sessions 16/16816/5
2019-01-10 Florin Corassession/vcl: improve fifo tx notifications 44/16744/4
2019-01-02 David JohnsonFixes for buliding for 32bit targets: 97/16497/6
2018-12-03 Florin Corassvm: use explicit svm fifo segment main for slaves 12/16312/4
2018-11-30 Florin Corassession: segment handle in accept/connect notifications 84/16284/7
2018-11-28 Sirshak DasUse acquire/release ordering when accessing svm_fifo... 84/16184/6
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-10-25 Florin Corassession/tcp: improve cli 21/15521/2
2018-10-25 Damjan Marionpmalloc: support for 4K pages 09/15509/6
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-19 Sirshak Dasvppinfra: add atomic macros for __sync builtins 81/15181/5
2018-10-16 Haiyang TanFix coverity issue for potentially overflowing of page... 91/15291/2
2018-10-05 Florin Corassession: fix local session tagging and cleanup 53/15153/3
2018-09-25 Florin Corastcp: add option to cfg max rx fifo size 60/14960/5
2018-09-24 Florin Corassvm: march svm_fifo take 2 83/14883/3
2018-09-20 Florin Corassession/svm: add want_tx_event flag to fifo 01/14901/4
2018-09-18 Florin Corassvm: better march support for svm fifo 07/13307/13
2018-09-12 Florin Corasvcl: add apis that expos fifo as buffer 68/14768/3
2018-09-12 Florin Corasvcl: improve read and fifo event handling 64/14764/9
2018-09-06 Florin Corasvcl/session/svm: fix coverity warnings 57/14657/3
2018-08-28 Dave Barach32/64 shmem bihash interoperability 76/14476/14
next