aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-06vcl: avoid hash table lookup on acceptFlorin Coras1-23/+27
2019-06-06vcl: cap epoll dequeue batch size to max eventsFlorin Coras1-14/+14
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-5/+5
2019-04-25session: use teps in accept/connect notificationsFlorin Coras1-9/+9
2019-04-17vcl/session: tx notifications for cut-thru sessionsFlorin Coras1-0/+8
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-8/+9
2019-03-15vcl: cleanup debug messagesFlorin Coras1-240/+170
2019-03-14vcl: fix coverity warningFlorin Coras1-1/+1
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras1-13/+48
2019-03-07session: cleanup instances of deprecated io evtsFlorin Coras1-1/+1
2019-03-06session: use session index instead of fifo for evtFlorin Coras1-38/+43
2019-03-06session: use vpp to switch io events for ct sessionsFlorin Coras1-246/+71
2019-03-04vcl: remove unused fields and structuresFlorin Coras1-8/+1
2019-02-21vcl/session: send unlisten over message queueFlorin Coras1-1/+34
2019-02-04session: cleanup part 1Florin Coras1-5/+5
2019-01-31vcl: improve handling of close on rwFlorin Coras1-48/+27
2019-01-30vls: support passive listenersFlorin Coras1-3/+11
2019-01-29vls: multi-process and multi-threaded apps improvementsFlorin Coras1-74/+8
2019-01-26vcl: add api to expose worker message queues epfdFlorin Coras1-0/+9
2019-01-24session/vcl: support worker ownership change for listenersFlorin Coras1-7/+14
2019-01-23vcl: generate epoll events only if requestedFlorin Coras1-9/+12
2019-01-18vcl: move forking logic to vlsFlorin Coras1-210/+34
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras1-4/+14
2019-01-08vcl/ldp: select cleanup/improvementsFlorin Coras1-43/+28
2019-01-07vcl/ldp: add locked sessions shim layerFlorin Coras1-11/+28
2019-01-05vcl/session: add api for changing session app workerFlorin Coras1-35/+171
2019-01-04Add TLS support for VCLPing Yu1-3/+52
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-16/+21
2019-01-02ldp/vcl: epoll and shutdown cleanupFlorin Coras1-49/+32
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-20/+21
2018-12-28vcl: handle invalid sessions in epollFlorin Coras1-3/+10
2018-12-23vcl: fix coverity warningsFlorin Coras1-1/+5
2018-12-17vcl: handle reset while reading/writing dataFlorin Coras1-17/+9
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras1-65/+137
2018-12-13ldp/vcl: reduce debug verbosityFlorin Coras1-29/+16
2018-12-13session/tcp: support tx flush markFlorin Coras1-3/+14
2018-12-05bapi: add options to have vpp cleanup client registrationFlorin Coras1-5/+8
2018-12-05ldp: avoid calling write in destructorsFlorin Coras1-2/+2
2018-12-04vcl: cleanup children that use _exit()Florin Coras1-11/+95
2018-12-04vcl: test refactor and improvementsFlorin Coras1-7/+10
2018-12-03vcl: handle worker process exitFlorin Coras1-5/+31
2018-12-03svm: use explicit svm fifo segment main for slavesFlorin Coras1-1/+1
2018-11-30vcl: wait for segments with segment handleFlorin Coras1-38/+30
2018-11-29vcl: basic support for apps that forkFlorin Coras1-117/+138
2018-11-29ldp: basic multiworker supportFlorin Coras1-0/+6
2018-11-27ldp: sid to fd mapper for apps with multiple workersFlorin Coras1-0/+6
2018-11-21session: cleanup use of api_client_indexFlorin Coras1-1/+0
2018-11-18vcl/session: apps with process workersFlorin Coras1-16/+63
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-39/+40
2018-11-14vcl/ldp: fix pollFlorin Coras1-13/+25