Age | Commit message (Expand) | Author | Files | Lines |
2021-01-09 | session svm: fix fifo migration | Florin Coras | 3 | -24/+25 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 4 | -101/+14 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 3 | -46/+7 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 2 | -12/+12 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 6 | -45/+56 |
2020-12-28 | session: convert evt q segment to fifo segment | Florin Coras | 3 | -19/+21 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 8 | -56/+59 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 1 | -5/+3 |
2020-12-14 | session: free segment manager only from main | Florin Coras | 1 | -4/+32 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 7 | -50/+50 |
2020-12-04 | udp session: fix deq notification for dgrams | Florin Coras | 1 | -1/+4 |
2020-12-01 | session: make pacer worker load aware | Florin Coras | 2 | -5/+14 |
2020-12-01 | session: allow small pacer bursts | Florin Coras | 4 | -19/+28 |
2020-11-25 | session: add startup option to poll in main | Florin Coras | 2 | -2/+8 |
2020-11-24 | svm: support for multi-segment enqueues | Florin Coras | 2 | -23/+50 |
2020-11-24 | session: init lookup before dgram accept notification | Florin Coras | 1 | -1/+3 |
2020-11-13 | session: fix fifo tuning init on connect | Florin Coras | 1 | -8/+6 |
2020-11-09 | session: remove support for shm bapi attachment | Florin Coras | 4 | -55/+30 |
2020-11-09 | session: delegate fifo ooo lookup init to transports | Florin Coras | 3 | -4/+9 |
2020-11-09 | session: default to using memfd mq segments | Florin Coras | 1 | -0/+1 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -11/+15 |
2020-11-04 | session: fix ct server session thread index | Florin Coras | 1 | -1/+2 |
2020-11-03 | session: reduce max session node frame size | Florin Coras | 2 | -4/+5 |
2020-10-29 | session: fix ct cleanup before full establishement | Florin Coras | 1 | -1/+6 |
2020-10-29 | vcl session: minimize ct io events | Florin Coras | 1 | -8/+11 |
2020-10-27 | session: per worker state for ct sessions | Florin Coras | 4 | -87/+131 |
2020-10-26 | session: fix feature disable | Florin Coras | 3 | -2/+22 |
2020-10-26 | session: fix ct local listener session index | Florin Coras | 1 | -0/+1 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c | Neale Ranns | 1 | -0/+2 |
2020-10-19 | hsa: cleanup sock server test | Florin Coras | 1 | -1/+1 |
2020-10-13 | session: listeners verbose format alignment | Florin Coras | 1 | -3/+3 |
2020-10-13 | session: allow custom config of segment baseva | Florin Coras | 1 | -0/+2 |
2020-10-10 | session: app_name should format with %v | jiangxiaoming | 2 | -4/+6 |
2020-09-30 | session: init size and watermarks on all seg managers | Florin Coras | 4 | -10/+22 |
2020-09-30 | svm: harmonize ssvm names | Florin Coras | 2 | -3/+2 |
2020-09-30 | svm session: use new clib mem apis for segments | Florin Coras | 4 | -15/+22 |
2020-09-25 | vppinfra session: file platform independent private data | Florin Coras | 2 | -5/+5 |
2020-09-24 | session tcp udp tls quic: improve cli formatting | Florin Coras | 3 | -6/+12 |
2020-09-23 | session: fix sapi coverity warning | Florin Coras | 1 | -0/+2 |
2020-09-22 | lisp: Move to plugin | Neale Ranns | 1 | -1/+1 |
2020-09-21 | session: use wrk instead of thread index in node | Florin Coras | 1 | -10/+12 |
2020-09-18 | session: grab worker barrier for sapi msgs | Florin Coras | 1 | -0/+5 |
2020-09-18 | session: fix vpp exit abnormal due to application as a proxy server with ldp | fanyf | 1 | -1/+9 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse | Florin Coras | 2 | -1/+3 |
2020-09-14 | session: del app worker on socket detach | Florin Coras | 1 | -5/+11 |
2020-09-14 | session: add unix socket api for app attachment | Florin Coras | 6 | -18/+743 |
2020-09-08 | svm session: document unsupported fifo deq combinations | Florin Coras | 1 | -0/+4 |
2020-09-02 | session: fix non-blocking msg enqueue to vpp mq | Florin Coras | 1 | -1/+2 |
2020-08-31 | session: format app_ns_name with %v rather than %s | jiangxiaoming | 1 | -1/+1 |
2020-08-27 | session: limit max number of ct sessions per dispatch | Florin Coras | 1 | -2/+5 |