- c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago
- f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years ago
- b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
- 785b6ea vcl: fix listener session close problem by wanghanlin · 4 years ago
- 492350e vcl: fix crash problem for invalidation of vls_table_lock by wanghanlin · 4 years, 3 months ago
- 54fe32c vcl: avoid coalescing dgrams on read by Florin Coras · 4 years, 1 month ago
- e92c946 session: add startup option to poll in main by Florin Coras · 4 years, 1 month ago
- 6a2794e tests: remove bond, pipe, session and api_namespace from vpp_papi_provider by Jakub Grajciar · 4 years, 1 month ago
- 52dd29f vcl: stop tracking vpp event queues and thread index by Florin Coras · 4 years, 1 month ago
- ca78b56 vcl: remove unused configs by Florin Coras · 4 years, 1 month ago
- 165f3ae vcl: remove support for shm api connections by Florin Coras · 4 years, 1 month ago
- 45ab3ec session: default to using memfd mq segments by Florin Coras · 4 years, 1 month ago
- 6287702 vcl: support fifo segments with ct sessions by Florin Coras · 4 years, 2 months ago
- d689456 vcl session: minimize ct io events by Florin Coras · 4 years, 2 months ago
- e4306b6 vcl: fix epoll fd cleanup by Florin Coras · 4 years, 2 months ago
- b242d31 vcl: postpone unhandled ctrl events if needed by Florin Coras · 4 years, 2 months ago
- 2bd8b3a vcl: avoid epoll cleanup before app close by Florin Coras · 4 years, 2 months ago
- 5824cc5 vcl: wait for sendto to connect if needed by Florin Coras · 4 years, 2 months ago
- 0ff7eec vcl: confirm reset on transport cleanup by Florin Coras · 4 years, 4 months ago
- ac422d6 vcl: more session struct cleanup by Florin Coras · 4 years, 2 months ago
- 6c3b218 vcl: convert vep variables into flags by Florin Coras · 4 years, 2 months ago
- 1bc919e vcl: cleanup read and write ready by Florin Coras · 4 years, 2 months ago
- 585c86a hsa: cleanup sock server test by Florin Coras · 4 years, 2 months ago
- dfffdd7 vcl: remove accept state and rename connect to ready by Florin Coras · 4 years, 2 months ago
- c127d5a vcl: refactor session state enum by Florin Coras · 4 years, 2 months ago
- a49d59d vcl: set STATE_UPDATED state when connect with non-blocking socket! by fanyf · 4 years, 2 months ago
- b438c76 vcl: app_name format type error by jiangxiaoming · 4 years, 2 months ago
- d1cc38d vcl svm: segments improvements by Florin Coras · 4 years, 2 months ago
- d68faf8 vcl svm: provide apps access to fifo chunks by Florin Coras · 4 years, 3 months ago
- 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
- eb801d0 vcl: avoid heap use for ldp debug by Florin Coras · 4 years, 3 months ago
- cc7c88e vcl: refactor bapi client index for sapi reuse by Florin Coras · 4 years, 3 months ago
- 935ce75 vcl: add support for app socket api by Florin Coras · 4 years, 3 months ago
- b88de90 vcl: cleanup bapi and wrk registration by Florin Coras · 4 years, 3 months ago
- 4a2c794 vcl: always fill buffer or drain rx fifo by Florin Coras · 4 years, 3 months ago
- 5623009 vcl: handle svm fifo write failure by Florin Coras · 4 years, 3 months ago
- f8e1363 vcl: fix duplicated key of session_index_to_vlsh_table in multiple by hanlin · 4 years, 4 months ago
- a5ea821 vcl: cleanup non-blocking connect by Florin Coras · 4 years, 4 months ago
- 17ec577 vcl: rx dequeue notifications with epoll by Florin Coras · 4 years, 4 months ago
- c34118b vcl: minimize vpp to vcl rx events by Florin Coras · 4 years, 4 months ago
- 2f63018 vcl: clear ct rx event on right fifo by Florin Coras · 4 years, 4 months ago
- ff40d8f vcl: mt detection and cleanup by Florin Coras · 4 years, 4 months ago
- a3a4896 vcl: support multi-threads with session migration by hanlin · 4 years, 5 months ago
- 40c07ce vcl: support inter worker rpc by Florin Coras · 4 years, 5 months ago
- 53ec967 vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS action by Simon Zhang · 4 years, 4 months ago
- 0edfb1a vcl: fix epoll timeout by Florin Coras · 4 years, 4 months ago
- 66ec467 vcl: move helper functions out of header file by Florin Coras · 4 years, 6 months ago
- 0ab36f5 vcl: fix ldp fcntl64 by Florin Coras · 4 years, 7 months ago
- 080aa50 vcl: do not propagate epoll events if session closed by Florin Coras · 4 years, 7 months ago
- a4dac8a vcl: fix udp connected check by Florin Coras · 4 years, 7 months ago
- ce17f46 vcl: add sendmsg/recvmsg for vlsh in ldp by Florin Coras · 4 years, 7 months ago
- 1e96617 vcl: support connected udp listens by Florin Coras · 4 years, 7 months ago
- 4266d4d vcl: nest vcl_mq_epfd to support epoll_wait without high CPU usage by hanlin · 4 years, 7 months ago
- 3ca663e vcl: remove udpc transport by Florin Coras · 4 years, 7 months ago
- d0e646f vcl svm: fix rx event loss by hanlin · 4 years, 7 months ago
- 69d9725 vcl: de-init vcl on destroy by Florin Coras · 4 years, 7 months ago
- 6017ff0 vcl: allow vcl worker index to be set by applications by Pivo · 4 years, 7 months ago
- dc0ded7 vcl: disconnect both flavors of bapi transport on destroy by Florin Coras · 4 years, 8 months ago
- d7586d5 vcl: add separate fcntl64 ldp handler by Florin Coras · 4 years, 8 months ago
- 36d4939 session vcl: propagate transport cleanup notifications by Florin Coras · 4 years, 8 months ago
- 5e6222a vcl: generate select events on read/write errors by Florin Coras · 4 years, 8 months ago
- 38ab567 vcl: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
- f49cf47 vcl: ensure sessions are open on select events by Florin Coras · 4 years, 8 months ago
- cbce80a vcl: expand vcl select maps in ldp if needed by Florin Coras · 4 years, 8 months ago
- ce815de vcl: fix app destroy by Florin Coras · 4 years, 8 months ago
- ba78e23 udp session: jumbo frames and configurable mtu by Florin Coras · 4 years, 8 months ago
- 7a2abce vcl session: enforce full dgram reads/writes by Florin Coras · 4 years, 8 months ago
- 57660d9 session udp: shared local endpoints by Florin Coras · 4 years, 8 months ago
- 0250090 misc: strcpy be gone by Dave Barach · 4 years, 8 months ago
- 3102c38 vcl: fix vcl_test.py sonarcloud issue by Dave Wallace · 4 years, 8 months ago
- 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
- d85666f session udp: fix transport flags and migration by Florin Coras · 4 years, 8 months ago
- 888d9f0 session: remove obsolete apis by Florin Coras · 4 years, 8 months ago
- 57a5a2d udp session vcl: add udp iperf test by Florin Coras · 4 years, 9 months ago
- 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
- 5da10c4 vcl: support sendto for dgrams by Florin Coras · 4 years, 9 months ago
- d18528f vcl: support for uword segments by Florin Coras · 4 years, 9 months ago
- 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
- 2a6642e vcl: fix ldp recv return on error by Florin Coras · 4 years, 9 months ago
- eda1b8c vcl: fix ldp writev 0 vecs by Florin Coras · 4 years, 9 months ago
- 311817f vcl: fix coverity warning by Florin Coras · 4 years, 9 months ago
- 243edd5 vcl: refactor vls to minimize lock usage by Florin Coras · 4 years, 9 months ago
- b4e5e50 session: API cleanup by Jakub Grajciar · 4 years, 11 months ago
- f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
- 067f954 vcl: fix ldp read on closing session by Florin Coras · 4 years, 10 months ago
- e88845e vcl: clear accept msg flags by Florin Coras · 4 years, 10 months ago
- adcfb15 vcl: handle close after reset by Florin Coras · 4 years, 10 months ago
- 190dc1f vcl: fix session closing error by Florin Coras · 4 years, 10 months ago
- 5414062 vcl: switch to closed state after app close by Florin Coras · 4 years, 10 months ago
- 9ace36d vcl session: propagate cleanup notifications to apps by Florin Coras · 5 years ago
- ddb90a0 vcl: always report EPOLLHUP/EPOLLRDHUP on close by Florin Coras · 5 years ago
- 68b7e58 vcl session: udp session migration notifications by Florin Coras · 5 years ago
- 6e3c1f8 vcl: add rx event on epoll ctl if needed by Florin Coras · 5 years ago
- 48bdbcd tests: fix worker thread initialization by Paul Vinciguerra · 5 years ago
- 7c9fe92 docs: Edit FEATURE.yaml files so they can be published by John DeNisco · 5 years ago
- b3f7d9b vcl: add feature.yaml by Florin Coras · 5 years ago
- 9f3f18f vcl: hold errno when calling LDBG by hanlin · 5 years ago
- 475c9d7 vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT event by hanlin · 5 years ago
- da8f218 vcl: fix multi-thread app segment attaching by Florin Coras · 5 years ago
- c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago