aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_node.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras1-32/+32
2019-01-05vcl/session: add api for changing session app workerFlorin Coras1-1/+84
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-3/+4
2019-01-01buffers: remove unused codeDamjan Marion1-2/+1
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-2/+14
2018-12-28session: free session after transport and app confirmFlorin Coras1-2/+2
2018-12-19tcp/session: notify transport of close when tx fifo is not emptyFlorin Coras1-10/+8
2018-12-19session: handle close before app accept replyFlorin Coras1-5/+3
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras1-8/+14
2018-12-13session/tcp: support tx flush markFlorin Coras1-3/+12
2018-12-05session/tcp: postpone cleanup on resetFlorin Coras1-1/+4
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-4/+4
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras1-2/+2
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras1-2/+1
2018-11-05tcp: send unsent data in fast recoveryFlorin Coras1-2/+2
2018-11-02session: measure dispatch period only if under loadFlorin Coras1-4/+7
2018-11-01tcp: fast retransmit pacingFlorin Coras1-1/+2
2018-10-31session: prioritize postponed sessionsFlorin Coras1-41/+24
2018-10-31session: add wrk contextFlorin Coras1-45/+49
2018-10-25tcp/session: add tx pacerFlorin Coras1-1/+15
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-05session: fix local session tagging and cleanupFlorin Coras1-1/+1
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras1-1/+8
2018-09-20session/svm: add want_tx_event flag to fifoFlorin Coras1-6/+7
2018-09-10session: lock app worker mq for io eventsFlorin Coras1-10/+5
2018-09-06session: support multiple worker bindsFlorin Coras1-4/+13
2018-08-31VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram modeshubing guo1-1/+4
2018-08-24session: fix coverity warningsFlorin Coras1-3/+7
2018-08-24session: add support for multiple app workersFlorin Coras1-17/+29
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-3/+3
2018-07-23session: send rx events only if session readyFlorin Coras1-0/+6
2018-07-19session: coverity warningsFlorin Coras1-8/+10
2018-07-17session: send ctrl msg over mqFlorin Coras1-16/+171
2018-07-17session: use msg queue for eventsFlorin Coras1-39/+34
2018-07-11session: push tx notifications only if neededFlorin Coras1-1/+6
2018-06-30tcp: fix single loop prefetchFlorin Coras1-1/+7
2018-06-30session: send tx notification to appFlorin Coras1-188/+202
2018-06-26tcp/session: tx optimizationsFlorin Coras1-1/+0
2018-06-21tcp: move tracing out of established loopFlorin Coras1-1/+1
2018-06-19tcp: optimize tcp outputFlorin Coras1-5/+5
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-5/+4
2018-06-09session: cleanup queue node tracingFlorin Coras1-67/+67
2018-06-01session: improve disconnect handlingFlorin Coras1-4/+11
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-3/+6
2018-05-18session: add session process nodeFlorin Coras1-0/+45
2018-05-13session: alloc one frame per output node dispatchFlorin Coras1-47/+61
2018-05-09session: cleanup session tx functionFlorin Coras1-289/+342
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-31/+103
2018-03-23tcp/session: sprinkle prefetchesFlorin Coras1-16/+20
2018-03-02session: first approximation implementation of tlsFlorin Coras1-2/+16