Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-09 | vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS action | Simon Zhang | 1 | -2/+4 |
2020-08-04 | vcl: fix epoll timeout | Florin Coras | 1 | -1/+1 |
2020-06-15 | vcl: move helper functions out of header file | Florin Coras | 4 | -101/+105 |
2020-05-26 | vcl: fix ldp fcntl64 | Florin Coras | 3 | -40/+24 |
2020-05-26 | vcl: do not propagate epoll events if session closed | Florin Coras | 2 | -6/+17 |
2020-05-25 | vcl: fix udp connected check | Florin Coras | 1 | -1/+1 |
2020-05-24 | vcl: add sendmsg/recvmsg for vlsh in ldp | Florin Coras | 1 | -65/+130 |
2020-05-21 | vcl: support connected udp listens | Florin Coras | 2 | -0/+8 |
2020-05-20 | vcl: nest vcl_mq_epfd to support epoll_wait without high CPU usage | hanlin | 3 | -2/+125 |
2020-05-15 | vcl: remove udpc transport | Florin Coras | 2 | -9/+1 |
2020-05-14 | vcl svm: fix rx event loss | hanlin | 1 | -2/+5 |
2020-05-12 | vcl: de-init vcl on destroy | Florin Coras | 1 | -0/+1 |
2020-05-04 | vcl: allow vcl worker index to be set by applications | Pivo | 2 | -0/+11 |
2020-04-30 | vcl: disconnect both flavors of bapi transport on destroy | Florin Coras | 1 | -5/+8 |
2020-04-29 | vcl: add separate fcntl64 ldp handler | Florin Coras | 1 | -5/+12 |
2020-04-25 | session vcl: propagate transport cleanup notifications | Florin Coras | 1 | -0/+11 |
2020-04-25 | vcl: generate select events on read/write errors | Florin Coras | 2 | -8/+9 |
2020-04-22 | vcl: fix use-after-free | Benoît Ganne | 1 | -1/+2 |
2020-04-20 | vcl: ensure sessions are open on select events | Florin Coras | 1 | -7/+5 |
2020-04-20 | vcl: expand vcl select maps in ldp if needed | Florin Coras | 1 | -4/+5 |
2020-04-17 | vcl: fix app destroy | Florin Coras | 3 | -21/+21 |
2020-04-07 | udp session: jumbo frames and configurable mtu | Florin Coras | 1 | -1/+0 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 2 | -24/+53 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 1 | -1/+3 |
2020-04-04 | misc: strcpy be gone | Dave Barach | 1 | -1/+1 |
2020-04-04 | vcl: fix vcl_test.py sonarcloud issue | Dave Wallace | 1 | -14/+9 |