Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-07-26 | VPP-223 General documentation updates | Chris Luke | 1 | -17/+17 |
2016-07-26 | Fix coverity warnings | Dave Barach | 1 | -2/+5 |
2016-07-22 | Add DPDK 16.07 support (rc3 based) | Damjan Marion | 1 | -0/+5 |
2016-07-13 | VPP-189 Addtional fixes for last coverity fix in linux_pci.c | John Lo | 1 | -8/+4 |
2016-07-12 | Show cli for plugin path, name filter and loaded plugins | Shwetha Bhandari | 1 | -0/+32 |
2016-07-08 | fd-io-styleify pass | Dave Barach | 64 | -7913/+9475 |
2016-07-08 | Remove unnecessary and obsolete configure.ac directives | Damjan Marion | 1 | -1/+0 |
2016-07-08 | VPP-189 Some bugfixes for issues reported by Coverity | Chris Luke | 1 | -6/+29 |
2016-07-07 | Remove #if DPDK == 0, to eliminate a data structure size mismatch | Dave Barach | 1 | -2/+2 |
2016-07-07 | Remove duplicate code buffer_func.h | Damjan Marion | 1 | -4/+0 |
2016-07-07 | Add some doxygen tags | Dave Barach | 2 | -1/+139 |
2016-06-29 | Decouple worker thread code from dpdk, enable worker threads in vpp_lite | Damjan Marion | 5 | -54/+584 |
2016-06-18 | Move pkt replication counter to the opaque2 cache line | Dave Barach | 3 | -14/+16 |
2016-06-17 | Dynamically compute ip feature subgraph order | Dave Barach | 1 | -7/+7 |