Age | Commit message (Expand) | Author | Files | Lines |
2016-12-07 | epoll_input: don't sleep if we expect event in less than 1 ms | Damjan Marion | 1 | -4/+14 |
2016-12-02 | buffers: fix vlib_buffer_copy | Damjan Marion | 1 | -2/+2 |
2016-11-24 | vlib: remove old memcpy implementation | Damjan Marion | 1 | -63/+1 |
2016-11-24 | vlib: merge buffers.c and dpdk_buffer.c | Damjan Marion | 3 | -1379/+515 |
2016-11-23 | dpdk: remove rte_mbuf modifications at many places in the code | Damjan Marion | 4 | -111/+11 |
2016-11-22 | Fix coverity warnings, VPP-486 | Dave Barach | 1 | -4/+4 |
2016-11-22 | Prevent a frame leak when a pending node dispatches packets to itself. | Neale Ranns | 1 | -6/+30 |
2016-11-19 | vlib: Add 'show cpu' command | Damjan Marion | 1 | -0/+34 |
2016-11-17 | remove reference to Intel with dpdk docs | Padraig Connolly | 1 | -1/+1 |
2016-11-17 | dpdk: remove efd | Damjan Marion | 2 | -26/+0 |
2016-11-17 | Fix 4 typos | Dave Barach | 1 | -9/+9 |
2016-11-15 | threads: add support for multiple worker handoff queues | Damjan Marion | 3 | -71/+265 |
2016-11-15 | threads: add assert to silence coverity warning | Damjan Marion | 1 | -0/+1 |
2016-11-15 | buffer: clone free_list to each vlib_main on creation | Damjan Marion | 1 | -0/+29 |
2016-11-09 | threads: don't wait for dpdk init in vpp_lite | Damjan Marion | 1 | -1/+3 |
2016-11-08 | pg: maintain per-worker bitmap of enabled streams | Damjan Marion | 1 | -0/+12 |
2016-11-08 | pg: support for packet generator on different worker threads | Damjan Marion | 1 | -0/+23 |
2016-11-04 | vlib: fix cacheline alignement in several structs | Damjan Marion | 1 | -7/+7 |
2016-11-04 | feature: store arc index in vlib_buffer | Damjan Marion | 3 | -8/+8 |
2016-11-03 | vlib: add vlib_buffer_copy function | Damjan Marion | 1 | -0/+72 |
2016-11-03 | Reset frame length after dispatch when recycling frames | Dave Barach | 1 | -0/+1 |
2016-11-01 | feature: add new feature handling code and device-input features | Damjan Marion | 2 | -0/+4 |
2016-11-01 | vppinfra: add STATIC_ASSERT macro | Damjan Marion | 1 | -1/+2 |
2016-11-01 | node: ensure that vlib_node_runtime_t is cacheline sized | Damjan Marion | 3 | -7/+9 |
2016-10-27 | Per-packet IPFIX record generation plugin | Dave Barach | 1 | -0/+3 |
2016-10-26 | dpdk: remove support for dpdk 16.04 | Damjan Marion | 1 | -37/+0 |
2016-10-21 | Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueue | Dave Barach | 1 | -0/+86 |
2016-10-13 | Add clib_mem_alloc_or_null(...) | Dave Barach | 1 | -1/+2 |
2016-10-13 | vpp_lite: add cpu pinning support (VPP-467) | Pavel Kotucek | 4 | -31/+62 |
2016-10-07 | unicast RPF for FIB2.0 | Neale Ranns | 1 | -16/+22 |
2016-09-27 | Fix hugepage detection issue | Damjan Marion | 2 | -0/+35 |
2016-09-27 | Scheduler policy & priority config, few minor fixes (VPP-425) | Pavel Kotucek | 2 | -20/+21 |
2016-09-27 | VPP-425: Scheduler policy & priority configuration | Pavel Kotucek | 3 | -4/+100 |
2016-09-21 | Refactor pre-Doxy siphon scripts; VPP-396 | Chris Luke | 4 | -3/+94 |
2016-09-20 | Added volatile to local variables needed by setjmp | Eyal Bari | 1 | -2/+2 |
2016-09-13 | Use the correct thread stack alignment constraint, VPP-401 | Dave Barach | 1 | -2/+6 |
2016-09-07 | Avoid use of node index 0 by registering null-node | Damjan Marion | 1 | -0/+29 |
2016-09-06 | Add support for input nodes in interrupt mode on the worker threads | Damjan Marion | 1 | -0/+24 |
2016-09-06 | VPP-346 More VPP doc fixes | Chris Luke | 5 | -7/+23 |
2016-08-31 | VPP-221 CLI auto-documentation infrastructure | Chris Luke | 3 | -40/+149 |
2016-08-23 | Fix PCI vendor_id/device_id detection for SR-IOV devices | Damjan Marion | 3 | -12/+25 |
2016-08-17 | Coding standards cleanup - remove trailing whitespace, fixes VPP-332 | Damjan Marion | 2 | -10/+10 |
2016-08-12 | VPP-237: indent fixes in prep for checkstyle | Ed Warnicke | 10 | -99/+121 |
2016-08-12 | VPP-223 Add doxygen tags to counter.h | Dave Barach | 1 | -58/+118 |
2016-08-11 | VPP-223 Document vlib cooperative multi-tasking threads | Dave Barach | 2 | -2/+173 |
2016-08-10 | VPP-189 Fix coverity warnings | Dave Barach | 1 | -0/+1 |
2016-08-09 | VPP-189 Fix Coverity warnings | Dave Barach | 2 | -5/+12 |
2016-08-05 | vpp-189 Clean up more coverity warnings | Dave Barach | 1 | -1/+1 |
2016-08-03 | VPP-180 Clean up multi-socket / multi-chunk mempool discovery | Dave Barach | 1 | -5/+73 |
2016-07-27 | VPP-189 coverity warning cleanups | Dave Barach | 7 | -14/+35 |