aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm
AgeCommit message (Expand)AuthorFilesLines
2018-05-30VPP-1286: close the fd after mmap-ing svm segmentsDave Barach1-0/+2
2018-03-16Fix sample-plugin build on ubuntu 18.04Damjan Marion1-1/+0
2018-03-15tls: add openssl engineFlorin Coras1-0/+43
2018-03-02session: first approximation implementation of tlsFlorin Coras2-5/+7
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras2-5/+8
2018-02-05session: segment manager refactorFlorin Coras5-159/+173
2018-02-02vlmemory/svm: fix client detach from svm regionFlorin Coras2-5/+36
2018-01-25session: add support for memfd segmentsFlorin Coras4-104/+214
2018-01-22svm: queue sub: Add conditional timed waitMohsin Kazmi2-6/+46
2018-01-17ssvm: reuse clib mem infra for memfd segmentsFlorin Coras3-71/+55
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras4-336/+137
2018-01-14vabits - subtract from the 'end' address instead of from 'bits'.Gabriel Ganne1-2/+3
2018-01-10svm: calc base address on AArch64 based on autodetected VA space sizeGabriel Ganne1-4/+3
2018-01-10svm: calc base address on AArch64 based on autodetected VA space sizeDamjan Marion3-11/+42
2018-01-09api: refactor vlibmemoryFlorin Coras2-0/+478
2017-12-14session: cleanup attach flagsFlorin Coras2-3/+2
2017-11-10Map SVM regions at a sane offset on arm64Brian Brooks1-1/+7
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-10-03Repair vlib API socket serverDave Barach5-93/+437
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras2-15/+19
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-1/+1
2017-09-06Set uid/gid on ssvm segment file.Dave Wallace3-1/+12
2017-09-06Improve "show segment-manager segments"Dave Barach2-3/+102
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-1/+1
2017-08-29session: segment manager improvementsFlorin Coras3-25/+60
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-7/+7
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina1-1/+1
2017-08-18API: More gracefully fail when opening shared memory segment fails.Ole Troan2-6/+9
2017-08-14jvpp: make shm_prefix configurable (VPP-591)Jan Srnicek1-1/+2
2017-08-10Improve the svm fifo allocatorDave Barach4-17/+127
2017-08-10TCP proxy prototypeDave Barach3-2/+14
2017-07-31ssvm->name must be a vector containing a c-string.Dave Wallace2-3/+5
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-0/+6
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace4-14/+52
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras2-40/+151
2017-07-11Horizontal (nSessions) scaling draftDave Barach6-59/+158
2017-07-01Refactor API message handling codeKlement Sekera2-101/+134
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 Coras3-75/+110
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-2/+3
2017-06-01Improve fifo allocator performanceDave Barach4-36/+168
2017-05-20Improve session debuggingFlorin Coras1-4/+5
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach1-2/+2
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-7/+8
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns3-9/+9
2017-05-01TCP ooo reception fixesFlorin Coras2-75/+70
2017-04-24Session layer improvementsFlorin Coras5-61/+82
2017-04-19Add more svm fifo unit testsFlorin Coras1-54/+46
2017-04-18Fix fifo ooo bugs and improve testingDave Barach2-38/+109
2017-04-13Session layer refactoringFlorin Coras3-52/+60