Age | Commit message (Expand) | Author | Files | Lines |
2018-10-16 | vcl: fix bidirectional tests (VPP-1455) | Florin Coras | 1 | -24/+24 |
2018-10-14 | session: mark apis for deprecation | Florin Coras | 1 | -2/+9 |
2018-10-12 | session: don't wait indefinitely for apps to consume evts (VPP-1454) | Florin Coras | 1 | -10/+28 |
2018-10-05 | session: fix local session tagging and cleanup | Florin Coras | 3 | -7/+5 |
2018-10-04 | udp_echo: fix cut-through server mode | Florin Coras | 2 | -19/+26 |
2018-10-03 | session: fix first segment manager cleanup | Florin Coras | 2 | -4/+5 |
2018-10-02 | tls: fix disconnects for sessions with pending data | Florin Coras | 3 | -4/+13 |
2018-09-29 | session: lock msg queues while generating control events | Florin Coras | 1 | -12/+6 |
2018-09-20 | session/svm: add want_tx_event flag to fifo | Florin Coras | 1 | -6/+7 |
2018-09-19 | session: improve close procedure | Florin Coras | 5 | -19/+48 |
2018-09-15 | session: ensure detach is done with worker barrier | Florin Coras | 1 | -7/+12 |
2018-09-14 | vcl: keep track of unexpected events | Florin Coras | 2 | -5/+4 |
2018-09-12 | vcl: improve read and fifo event handling | Florin Coras | 3 | -1/+4 |
2018-09-10 | session: lock app worker mq for io events | Florin Coras | 4 | -29/+25 |
2018-09-08 | vcl: set worker pthread stop key | Florin Coras | 1 | -1/+1 |
2018-09-08 | session: detect namespace for transport apps | Florin Coras | 2 | -4/+19 |
2018-09-07 | session: fix reentrant listens | Florin Coras | 2 | -8/+13 |
2018-09-07 | vcl: refactor test client to support workers | Florin Coras | 1 | -1/+1 |
2018-09-06 | vcl/session/svm: fix coverity warnings | Florin Coras | 1 | -3/+3 |
2018-09-06 | session: support multiple worker binds | Florin Coras | 12 | -325/+593 |
2018-08-31 | VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode | shubing guo | 1 | -1/+4 |
2018-08-30 | vcl: add support for multi-worker apps | Florin Coras | 2 | -1/+7 |
2018-08-28 | vcl/session: use mq for bind replies | Florin Coras | 5 | -0/+121 |
2018-08-24 | session: fix coverity warnings | Florin Coras | 3 | -5/+12 |
2018-08-24 | session: add support for multiple app workers | Florin Coras | 14 | -703/+1238 |
2018-08-24 | tcp: fix cc recovery re-entry and persist timer pop | Florin Coras | 2 | -2/+11 |
2018-08-23 | session: fix retrieval of local sessions if app is detached | Florin Coras | 1 | -1/+3 |
2018-08-15 | Remove client_index field from replies in API | Ondrej Fabry | 2 | -4/+1 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 9 | -69/+249 |
2018-08-04 | socket api: multiple fds in one msg | Florin Coras | 1 | -1/+2 |
2018-07-31 | vcl: add read/write udp support | Florin Coras | 3 | -17/+32 |
2018-07-28 | session/dlmalloc: coverity fixes | Florin Coras | 1 | -1/+1 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 9 | -32/+46 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 2 | -2/+9 |
2018-07-19 | session: coverity warnings | Florin Coras | 1 | -8/+10 |
2018-07-17 | session: send ctrl msg over mq | Florin Coras | 8 | -62/+519 |
2018-07-17 | session: use msg queue for events | Florin Coras | 9 | -179/+424 |
2018-07-17 | session: make sure segment sizes are page aligned | Florin Coras | 1 | -1/+3 |
2018-07-11 | session: push tx notifications only if needed | Florin Coras | 1 | -1/+6 |
2018-07-08 | session/svm: fix coverity warnings | Florin Coras | 1 | -1/+5 |
2018-07-03 | tcp: update snd_una_max for retranmsits | Florin Coras | 1 | -3/+4 |
2018-06-30 | tcp: fix single loop prefetch | Florin Coras | 1 | -1/+7 |
2018-06-30 | session: send tx notification to app | Florin Coras | 3 | -188/+229 |
2018-06-28 | vcl: move binary api and cfg to separate files | Florin Coras | 3 | -4/+0 |
2018-06-28 | vcl: refactor vcl session | Florin Coras | 1 | -12/+17 |
2018-06-26 | tcp/session: tx optimizations | Florin Coras | 1 | -1/+0 |
2018-06-22 | session: improve session lookup speeds | Florin Coras | 1 | -57/+24 |
2018-06-21 | tcp: move tracing out of established loop | Florin Coras | 1 | -1/+1 |
2018-06-19 | tcp: optimize tcp output | Florin Coras | 2 | -7/+34 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 3 | -23/+34 |