Age | Commit message (Expand) | Author | Files | Lines |
2019-03-04 | svm: avoid heap push/pop on fifo free |  Florin Coras | 1 | -3/+0 |
2019-02-21 | svm: fix mem ordering for enqueue nocopy |  Florin Coras | 1 | -1/+1 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements |  Florin Coras | 1 | -1/+1 |
2019-01-17 | vcl/session: replicate events for shared sessions |  Florin Coras | 2 | -7/+43 |
2019-01-10 | session/vcl: improve fifo tx notifications |  Florin Coras | 1 | -30/+80 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 6 | -13/+21 |
2018-12-03 | svm: use explicit svm fifo segment main for slaves |  Florin Coras | 3 | -41/+49 |
2018-11-30 | session: segment handle in accept/connect notifications |  Florin Coras | 3 | -2/+5 |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize |  Sirshak Das | 2 | -8/+8 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -24/+25 |
2018-10-25 | session/tcp: improve cli |  Florin Coras | 1 | -10/+15 |
2018-10-25 | pmalloc: support for 4K pages |  Damjan Marion | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 10 | -47/+48 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 4 | -11/+11 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size |  Haiyang Tan | 1 | -1/+1 |
2018-10-05 | session: fix local session tagging and cleanup |  Florin Coras | 3 | -2/+6 |
2018-09-25 | tcp: add option to cfg max rx fifo size |  Florin Coras | 1 | -1/+1 |
2018-09-24 | svm: march svm_fifo take 2 |  Florin Coras | 1 | -71/+17 |
2018-09-20 | session/svm: add want_tx_event flag to fifo |  Florin Coras | 1 | -0/+13 |
2018-09-18 | svm: better march support for svm fifo |  Florin Coras | 2 | -96/+87 |
2018-09-12 | vcl: add apis that expos fifo as buffer |  Florin Coras | 2 | -2/+57 |
2018-09-12 | vcl: improve read and fifo event handling |  Florin Coras | 2 | -5/+9 |
2018-09-06 | vcl/session/svm: fix coverity warnings |  Florin Coras | 1 | -1/+1 |
2018-08-28 | 32/64 shmem bihash interoperability |  Dave Barach | 1 | -1/+1 |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros |  Damjan Marion | 1 | -24/+21 |
2018-08-24 | session: add support for multiple app workers |  Florin Coras | 1 | -3/+4 |
2018-08-17 | CMake as an alternative to autotools (experimental) |  Damjan Marion | 1 | -0/+62 |
2018-08-10 | vcl: support for eventfd mq signaling |  Florin Coras | 4 | -27/+167 |
2018-08-03 | svm: add support for eventfd signaling to queue |  Florin Coras | 4 | -68/+113 |
2018-07-27 | vcl: use events for epoll/select/read/write |  Florin Coras | 3 | -18/+44 |
2018-07-23 | session: send rx events only if session ready |  Florin Coras | 1 | -0/+6 |
2018-07-23 | fix vector index range checks |  Eyal Bari | 1 | -1/+1 |
2018-07-18 | svm: make message queue more compact |  Florin Coras | 2 | -18/+31 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 3 | -19/+87 |
2018-07-17 | session: send ctrl msg over mq |  Florin Coras | 2 | -2/+3 |
2018-07-17 | session: use msg queue for events |  Florin Coras | 6 | -40/+255 |
2018-07-17 | session: make sure segment sizes are page aligned |  Florin Coras | 1 | -2/+3 |
2018-07-11 | session: push tx notifications only if needed |  Florin Coras | 1 | -0/+6 |
2018-07-08 | session/svm: fix coverity warnings |  Florin Coras | 1 | -2/+5 |
2018-07-06 | svm: add unidirectional message queue |  Florin Coras | 4 | -3/+496 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 2 | -0/+8 |
2018-06-05 | VPP API: Memory trace |  Ole Troan | 1 | -0/+4 |
2018-06-01 | session: improve disconnect handling |  Florin Coras | 1 | -1/+2 |
2018-05-31 | VPP-1299: Reset uid/gid on shared memory segment if client starts first. |  Ole Troan | 1 | -0/+4 |
2018-05-24 | VPP-1286: close the fd after mmap-ing svm segments |  Dave Barach | 1 | -0/+2 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index |  Damjan Marion | 1 | -1/+1 |
2018-05-09 | session: cleanup session tx function |  Florin Coras | 1 | -3/+3 |
2018-04-27 | svm/session: improve svm fifo allocation |  Florin Coras | 1 | -13/+15 |
2018-04-18 | udp/session: refactor to support dgram mode |  Florin Coras | 2 | -1/+24 |
2018-03-16 | Fix sample-plugin build on ubuntu 18.04 |  Damjan Marion | 1 | -1/+0 |