aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/svm_fifo.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26tls session: fix unlistenFlorin Coras1-1/+0
2020-02-26svm: remove chunk add functionFlorin Coras1-35/+25
2020-02-25svm: minimal initial fifoFlorin Coras1-4/+3
2020-02-25svm: refactor fifoFlorin Coras1-574/+470
2020-02-25svm: refactor fifo chunk trackingFlorin Coras1-57/+281
2019-10-16svm: immediate fifo growth even when wrappedRyujiro Shibuya1-8/+108
2019-08-29svm: fix fifo hdr freelist allocationFlorin Coras1-1/+1
2019-08-05svm: fix fifo growth on dequeue with dropFlorin Coras1-0/+6
2019-07-03svm: fix multi-chunk fifo alloc and add more testsFlorin Coras1-6/+97
2019-06-25svm: make sure chunk search does not return tnilFlorin Coras1-0/+2
2019-06-24session: full lock on session_send_evt_to_threadNathan Skrzypczak1-2/+2
2019-05-07svm: decouple fifo and default chunk allocationFlorin Coras1-8/+20
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras1-1/+4
2019-05-03svm: basic support for fifo shrinkingFlorin Coras1-54/+208
2019-05-03svm: store normalized head/tail for fifoFlorin Coras1-23/+21
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-383/+385
2019-04-27svm: fix fifo tail/head/ooo logic for u32 wrapFlorin Coras1-2/+2
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras1-2/+38
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-2/+2
2019-04-24svm: fifo ooo reads/writes with multiple chunksFlorin Coras1-48/+153
2019-04-20svm: reorganize fifo march codeFlorin Coras1-169/+176
2019-04-19svm: support addition of chunks to fifosFlorin Coras1-4/+6
2019-04-18svm: allow indirect fifo data chunksFlorin Coras1-134/+124
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-206/+229
2019-04-08host stack: update stale copyrightFlorin Coras1-1/+1
2019-01-17vcl/session: replicate events for shared sessionsFlorin Coras1-0/+23
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-0/+1
2018-11-28Use acquire/release ordering when accessing svm_fifo shared variable cursizeSirshak Das1-5/+5
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-16/+17
2018-10-25session/tcp: improve cliFlorin Coras1-10/+15
2018-10-23c11 safe string handling supportDave Barach1-17/+18
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-5/+5
2018-10-05session: fix local session tagging and cleanupFlorin Coras1-0/+1
2018-09-24svm: march svm_fifo take 2Florin Coras1-71/+17
2018-09-18svm: better march support for svm fifoFlorin Coras1-96/+84
2018-09-12vcl: add apis that expos fifo as bufferFlorin Coras1-0/+47
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-1/+1
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-0/+7
2018-06-01session: improve disconnect handlingFlorin Coras1-1/+2
2018-05-09session: cleanup session tx functionFlorin Coras1-3/+3
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-1/+18
2018-03-02session: first approximation implementation of tlsFlorin Coras1-4/+6
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-1/+1
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-7/+7
2017-08-10Improve the svm fifo allocatorDave Barach1-1/+4
2017-08-10TCP proxy prototypeDave Barach1-2/+8
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-40/+110
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-17/+39
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-5/+90
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-68/+84