Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svm
/
fifo_segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
svm: check svm_msg_q_size_to_alloc success
Ofer Heifetz
1
-0
/
+3
2022-04-05
vppinfra: refactor address sanitizer
Damjan Marion
1
-2
/
+2
2021-12-23
session svm: track fs and seg manager index in fs
Florin Coras
1
-0
/
+5
2021-12-20
session: improve sh segment-manager cli
Florin Coras
1
-14
/
+6
2021-11-24
session: improve fifo segment allocation
Filip Tehlar
1
-1
/
+1
2021-08-11
svm: make more fifo segment header fields private
Florin Coras
1
-18
/
+18
2021-06-16
vcl: fix fifo sharing
Florin Coras
1
-0
/
+8
2021-06-03
svm: release mem order for fifo chunk list CAS
Florin Coras
1
-6
/
+9
2021-05-28
svm: fix inadequate atomic load for chunk mgr
Dave Wallace
1
-3
/
+3
2021-05-10
svm: try chunk alloc only if enough space available
Florin Coras
1
-1
/
+2
2021-04-20
svm: allow external chunk alloc on segment
Florin Coras
1
-0
/
+24
2021-04-02
svm: lock-free fifo chunk list push and pop
Florin Coras
1
-40
/
+56
2021-03-30
svm: cleanup mq private data on fifo segment cleanup
Florin Coras
1
-1
/
+1
2021-02-28
session svm: segment manager and fifo segment leaks
Florin Coras
1
-0
/
+2
2021-02-26
svm: fix shared hdr migration
Florin Coras
1
-7
/
+8
2021-02-22
vcl: cleanup fifos detached from segments
Florin Coras
1
-3
/
+16
2021-02-22
svm: free shared fifo on detach
Florin Coras
1
-2
/
+4
2021-02-20
svm: return chunks to slice on fifo detach
Florin Coras
1
-17
/
+13
2021-02-19
session vppinfra: asan fixes
Florin Coras
1
-0
/
+1
2021-02-18
svm: fix active fifo ll on attach
Florin Coras
1
-0
/
+4
2021-01-28
svm vcl: add helper fn that discovers mqs in segment
Florin Coras
1
-0
/
+33
2021-01-25
svm: add custom q implementation for mq
Florin Coras
1
-3
/
+4
2021-01-09
session svm: fix fifo migration
Florin Coras
1
-25
/
+37
2020-12-30
svm: fifo segment sptr for fifo hdr free list
Florin Coras
1
-18
/
+47
2020-12-29
svm vcl: allow random offsets for fifo segments in apps
Florin Coras
1
-8
/
+19
2020-12-29
svm: allow mq attachments at random offsets
Florin Coras
1
-0
/
+69
2020-12-28
svm: move active fifo list to private slice
Florin Coras
1
-15
/
+29
2020-12-26
svm: change fifo pointers to offsets
Florin Coras
1
-35
/
+38
2020-12-24
svm: split fifo into private and shared structs
Florin Coras
1
-44
/
+114
2020-12-23
svm: separate private from shared fifo segment ptrs
Florin Coras
1
-45
/
+34
2020-12-23
svm: remove fifo segment heap
Florin Coras
1
-117
/
+107
2020-11-26
svm: use internal function to prealloc fifo hdrs
Florin Coras
1
-30
/
+3
2020-11-26
svm: only try to pre-allocate requested number of fifo pairs
Benoît Ganne
1
-1
/
+8
2020-11-20
svm: fix coverity warning
Florin Coras
1
-6
/
+7
2020-11-19
svm: move chunk locks to linked list
Florin Coras
1
-37
/
+48
2020-11-19
svm: init chunk rb tree indices in fifo
Florin Coras
1
-4
/
+0
2020-11-18
svm: fifo segment cleanup
Florin Coras
1
-341
/
+205
2020-11-09
session: delegate fifo ooo lookup init to transports
Florin Coras
1
-6
/
+0
2020-10-21
svm: fix ASAN annotations for external chunks
Benoît Ganne
1
-0
/
+1
2020-09-30
svm: harmonize ssvm names
Florin Coras
1
-3
/
+3
2020-09-30
svm session: use new clib mem apis for segments
Florin Coras
1
-3
/
+3
2020-09-28
vppinfra: don't call dlmalloc API directly from the code
Damjan Marion
1
-4
/
+1
2020-04-28
svm: fix fifo alignemnt in batch prealloc
Florin Coras
1
-3
/
+9
2020-04-28
svm: null instead of panic if fifo hdr alloc fails
Florin Coras
1
-1
/
+4
2020-04-20
svm: check if fifo free list index is valid on alloc
Florin Coras
1
-0
/
+7
2020-04-09
session: update fifo slice on session migration
Florin Coras
1
-14
/
+75
2020-04-09
svm: use active fifo count in fifo test
Florin Coras
1
-12
/
+8
2020-03-27
vcl: support for uword segments
Florin Coras
1
-1
/
+1
2020-03-26
svm: correct format_fifo_segment
Ryujiro Shibuya
1
-3
/
+4
2020-03-16
svm: chunk alloc stats
Ryujiro Shibuya
1
-5
/
+12
[next]