ip: Router ID included in flow hash
[vpp.git] / src / svm /
2021-01-25 Florin Corassvm: add custom q implementation for mq 20/30920/6
2021-01-24 Benoît Gannesvm: use standard function to reset stale mutex 62/30862/2
2021-01-20 Nathan Moossvm: add standard include for __WORDSIZE 84/30784/7
2021-01-10 Florin Corassession svm: fix fifo migration 76/30676/6
2021-01-06 Florin Corassvm: force fixed memfd mapping if va provided 39/30639/5
2020-12-30 Florin Corassvm: fifo segment sptr for fifo hdr free list 56/30556/6
2020-12-29 Florin Corassession: remove fifo segment va allocator 53/30553/5
2020-12-29 Florin Corassvm vcl: allow random offsets for fifo segments in... 77/30377/45
2020-12-29 Florin Corassvm: allow mq attachments at random offsets 90/30390/53
2020-12-28 Florin Corassvm: move active fifo list to private slice 65/30365/27
2020-12-26 Florin Corassvm: change fifo pointers to offsets 63/30363/32
2020-12-25 Florin Corassvm: split fifo into private and shared structs 49/30349/33
2020-12-23 Florin Corassvm: separate private from shared fifo segment ptrs 36/30336/19
2020-12-23 Florin Corassvm: remove fifo segment heap 33/30333/16
2020-12-21 Florin Corassvm: honor max requested bytes in fifo segments 23/30523/3
2020-12-20 Florin Corastls: use fifo segments instead of chunks 87/30487/10
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-12-08 Florin Corassvm: fix ssvm_va for private segments 34/30334/3
2020-12-03 Florin Corassvm: fix mutex consistency on trylock 33/30233/4
2020-11-30 Florin Corassvm: make svm queue mutex robust 85/30185/4
2020-11-26 Florin Corassvm: use internal function to prealloc fifo hdrs 82/30182/2
2020-11-26 Benoît Gannesvm: only try to pre-allocate requested number of fifo... 36/30136/4
2020-11-24 Florin Corassvm: support for multi-segment enqueues 12/30112/7
2020-11-20 Florin Corassvm: fix coverity warning 48/30048/2
2020-11-19 Florin Corassvm: move chunk locks to linked list 73/29973/4
2020-11-19 Florin Corassvm: init chunk rb tree indices in fifo 72/29972/4
2020-11-19 Benoît Gannesvm: fix high segment base address for ASan 69/29969/2
2020-11-18 Florin Corassvm: fifo segment cleanup 66/29966/12
2020-11-13 Nathan Skrzypczaksvm: change high_seg_baseva 69/29869/2
2020-11-09 Florin Corassession: delegate fifo ooo lookup init to transports 12/29812/3
2020-10-22 Florin Corassvm: support large memfd segments 01/29601/3
2020-10-21 Benoît Gannesvm: fix ASAN annotations for external chunks 52/29552/2
2020-10-13 Florin Corassvm: fix coverity warning 05/29405/3
2020-10-12 Florin Corasvcl svm: segments improvements 80/29380/6
2020-10-10 jiangxiaomingmisc: clib_unix_warning usage error 77/29377/1
2020-10-06 Damjan Marionvppinfra: add heap header in front of dlmalloc space 71/29271/4
2020-10-01 Florin Corassvm: simplify memfd client segment mapping 69/29169/6
2020-09-30 Florin Corassvm: harmonize ssvm names 58/29158/5
2020-09-30 Florin Corassvm session: use new clib mem apis for segments 40/29140/11
2020-09-29 Florin Corassvm: fix max fifo size 55/29155/2
2020-09-29 Florin Corasvcl svm: provide apps access to fifo chunks 96/29096/7
2020-09-28 Damjan Marionvppinfra: don't call dlmalloc API directly from the... 36/29136/2
2020-09-09 Benoît Gannesvm: fix non-null-terminated string 18/28718/2
2020-09-08 Florin Corassvm session: document unsupported fifo deq combinations 87/28687/3
2020-08-06 Dave Barachmisc: harmonize names 89/28189/1
2020-04-28 Florin Corassvm: fix fifo alignemnt in batch prealloc 62/26762/3
2020-04-28 Florin Corassvm: null instead of panic if fifo hdr alloc fails 28/26728/4
2020-04-22 Benoît Gannesvm: asan: fix asan support 37/26637/2
2020-04-20 Florin Corassvm: check if fifo free list index is valid on alloc 76/26576/5
2020-04-09 Florin Corassession: update fifo slice on session migration 35/26435/9
2020-04-09 Florin Corassvm: use active fifo count in fifo test 36/26436/4
2020-04-02 Dave Barachmisc: fix static analysis warnings 21/26321/3
2020-03-27 Florin Corasvcl: support for uword segments 20/26220/3
2020-03-26 Ryujiro Shibuyasvm: correct format_fifo_segment 58/26158/2
2020-03-16 Ryujiro Shibuyasvm: chunk alloc stats 82/25882/3
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
next