summaryrefslogtreecommitdiffstats
path: root/src/svm/svm_fifo.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-08host stack: update stale copyrightFlorin Coras1-1/+1
2019-03-22svm/atomics: add clib_atomic_swap_rel_nFlorin Coras1-2/+2
2019-03-21session/fifo: make event unset atomicFlorin Coras1-2/+2
2019-02-21svm: fix mem ordering for enqueue nocopyFlorin Coras1-1/+1
2019-01-29vls: multi-process and multi-threaded apps improvementsFlorin Coras1-1/+1
2019-01-17vcl/session: replicate events for shared sessionsFlorin Coras1-7/+20
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras1-30/+80
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-0/+2
2018-11-28Use acquire/release ordering when accessing svm_fifo shared variable cursizeSirshak Das1-3/+3
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-1/+1
2018-10-05session: fix local session tagging and cleanupFlorin Coras1-2/+4
2018-09-20session/svm: add want_tx_event flag to fifoFlorin Coras1-0/+13
2018-09-12vcl: add apis that expos fifo as bufferFlorin Coras1-2/+10
2018-09-12vcl: improve read and fifo event handlingFlorin Coras1-3/+7
2018-07-23session: send rx events only if session readyFlorin Coras1-0/+6
2018-07-17session: use msg queue for eventsFlorin Coras1-0/+6
2018-07-11session: push tx notifications only if neededFlorin Coras1-0/+6
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-0/+1
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-0/+6
2018-03-15tls: add openssl engineFlorin Coras1-0/+43
2018-03-02session: first approximation implementation of tlsFlorin Coras1-1/+1
2017-08-10Improve the svm fifo allocatorDave Barach1-1/+2
2017-08-10TCP proxy prototypeDave Barach1-0/+1
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-0/+41
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-5/+11
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-5/+21
2017-06-01Improve fifo allocator performanceDave Barach1-2/+3
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach1-2/+2
2017-05-01TCP ooo reception fixesFlorin Coras1-0/+1
2017-04-24Session layer improvementsFlorin Coras1-22/+9
2017-04-18Fix fifo ooo bugs and improve testingDave Barach1-3/+18
2017-04-13Session layer refactoringFlorin Coras1-28/+4
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-3/+5
2017-03-27TCP/session improvementsFlorin Coras1-2/+26
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+157