Age | Commit message (Expand) | Author | Files | Lines |
2021-01-12 | vcl: fix session_handle_to_vlsh_table update after session migrate |  wanghanlin | 1 | -7/+48 |
2021-01-11 | vcl: fix deadlock in rpc |  wanghanlin | 2 | -71/+134 |
2021-01-07 | vcl session: switch to generic cert key apis |  Florin Coras | 5 | -136/+172 |
2021-01-06 | vcl: allow all workers to block on api |  Florin Coras | 2 | -32/+53 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps |  Florin Coras | 1 | -9/+5 |
2020-12-29 | svm: allow mq attachments at random offsets |  Florin Coras | 5 | -28/+77 |
2020-12-24 | svm: split fifo into private and shared structs |  Florin Coras | 3 | -73/+89 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 3 | -12/+11 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -8/+8 |
2020-12-11 | vcl: fix listener session close problem |  wanghanlin | 1 | -1/+1 |
2020-12-11 | vcl: fix crash problem for invalidation of vls_table_lock |  wanghanlin | 1 | -6/+5 |
2020-11-26 | vcl: avoid coalescing dgrams on read |  Florin Coras | 1 | -2/+2 |
2020-11-25 | session: add startup option to poll in main |  Florin Coras | 1 | -0/+1 |
2020-11-24 | tests: remove bond, pipe, session and api_namespace from vpp_papi_provider |  Jakub Grajciar | 1 | -5/+5 |
2020-11-19 | vcl: stop tracking vpp event queues and thread index |  Florin Coras | 5 | -60/+21 |
2020-11-10 | vcl: remove unused configs |  Florin Coras | 2 | -20/+1 |
2020-11-09 | vcl: remove support for shm api connections |  Florin Coras | 4 | -54/+26 |
2020-11-09 | session: default to using memfd mq segments |  Florin Coras | 1 | -2/+2 |
2020-10-29 | vcl: support fifo segments with ct sessions |  Florin Coras | 1 | -7/+12 |
2020-10-29 | vcl session: minimize ct io events |  Florin Coras | 1 | -4/+10 |
2020-10-29 | vcl: fix epoll fd cleanup |  Florin Coras | 1 | -1/+1 |
2020-10-27 | vcl: postpone unhandled ctrl events if needed |  Florin Coras | 2 | -63/+117 |
2020-10-26 | vcl: avoid epoll cleanup before app close |  Florin Coras | 1 | -69/+74 |
2020-10-21 | vcl: wait for sendto to connect if needed |  Florin Coras | 1 | -8/+15 |
2020-10-20 | vcl: confirm reset on transport cleanup |  Florin Coras | 1 | -3/+16 |
2020-10-20 | vcl: more session struct cleanup |  Florin Coras | 3 | -104/+108 |
2020-10-20 | vcl: convert vep variables into flags |  Florin Coras | 4 | -66/+56 |
2020-10-19 | vcl: cleanup read and write ready |  Florin Coras | 3 | -65/+48 |
2020-10-19 | hsa: cleanup sock server test |  Florin Coras | 1 | -1/+1 |
2020-10-16 | vcl: remove accept state and rename connect to ready |  Florin Coras | 2 | -15/+10 |
2020-10-15 | vcl: refactor session state enum |  Florin Coras | 4 | -159/+159 |
2020-10-14 | vcl: set STATE_UPDATED state when connect with non-blocking socket! |  fanyf | 1 | -1/+4 |
2020-10-14 | vcl: app_name format type error |  jiangxiaoming | 1 | -1/+1 |
2020-10-12 | vcl svm: segments improvements |  Florin Coras | 2 | -15/+25 |
2020-09-29 | vcl svm: provide apps access to fifo chunks |  Florin Coras | 2 | -22/+21 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 1 | -4/+2 |
2020-09-17 | vcl: avoid heap use for ldp debug |  Florin Coras | 1 | -5/+5 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse |  Florin Coras | 4 | -22/+26 |
2020-09-14 | vcl: add support for app socket api |  Florin Coras | 7 | -12/+456 |
2020-09-14 | vcl: cleanup bapi and wrk registration |  Florin Coras | 6 | -361/+360 |
2020-09-14 | vcl: always fill buffer or drain rx fifo |  Florin Coras | 1 | -4/+16 |
2020-09-02 | vcl: handle svm fifo write failure |  Florin Coras | 1 | -1/+3 |
2020-08-26 | vcl: fix duplicated key of session_index_to_vlsh_table in multiple |  hanlin | 2 | -11/+28 |
2020-08-25 | vcl: cleanup non-blocking connect |  Florin Coras | 1 | -2/+16 |
2020-08-14 | vcl: rx dequeue notifications with epoll |  Florin Coras | 1 | -52/+57 |
2020-08-14 | vcl: minimize vpp to vcl rx events |  Florin Coras | 1 | -1/+11 |
2020-08-13 | vcl: clear ct rx event on right fifo |  Florin Coras | 1 | -1/+1 |
2020-08-12 | vcl: mt detection and cleanup |  Florin Coras | 4 | -67/+109 |
2020-08-12 | vcl: support multi-threads with session migration |  hanlin | 7 | -25/+261 |
2020-08-11 | vcl: support inter worker rpc |  Florin Coras | 3 | -30/+167 |