- 29396e6 fix 'show trace' bug - format vector as %v by Klement Sekera · 8 years ago
- 33e8195 aarch64 compatibility by Christophe Fontaine · 8 years ago
- fdf4944 VPP-525: multi-thread case binary API post-mortem dump AWOL by Dave Barach · 8 years ago
- 6a7acc2 Declare variables as external by Damjan Marion · 8 years ago
- 18bc907 epoll_input: don't sleep if we expect event in less than 1 ms by Damjan Marion · 8 years ago
- dce0545 buffers: fix vlib_buffer_copy by Damjan Marion · 8 years ago
- a5e7c29 vlib: remove old memcpy implementation by Damjan Marion · 8 years ago
- 1cd8f3c vlib: merge buffers.c and dpdk_buffer.c by Damjan Marion · 8 years ago
- 6765549 dpdk: remove rte_mbuf modifications at many places in the code by Damjan Marion · 8 years ago
- 7afe9e3 Fix coverity warnings, VPP-486 by Dave Barach · 8 years ago
- 8817061 Prevent a frame leak when a pending node dispatches packets to itself. by Neale Ranns · 8 years ago
- eccf509 vlib: Add 'show cpu' command by Damjan Marion · 8 years ago
- 999bbc4 remove reference to Intel with dpdk docs by Padraig Connolly · 8 years ago
- 4ee3a65 dpdk: remove efd by Damjan Marion · 8 years ago
- 6b9c6df Fix 4 typos by Dave Barach · 8 years ago
- aaef1eb threads: add support for multiple worker handoff queues by Damjan Marion · 8 years ago
- dac225e threads: add assert to silence coverity warning by Damjan Marion · 8 years ago
- 409ef61 buffer: clone free_list to each vlib_main on creation by Damjan Marion · 8 years ago
- fb33ce4 threads: don't wait for dpdk init in vpp_lite by Damjan Marion · 8 years ago
- 3a4ed39 pg: maintain per-worker bitmap of enabled streams by Damjan Marion · 8 years ago
- 6403436 pg: support for packet generator on different worker threads by Damjan Marion · 8 years ago
- b0d680b vlib: fix cacheline alignement in several structs by Damjan Marion · 8 years ago
- 87cd119 feature: store arc index in vlib_buffer by Damjan Marion · 8 years ago
- 05ab8cb vlib: add vlib_buffer_copy function by Damjan Marion · 8 years ago
- cb4cda6 Reset frame length after dispatch when recycling frames by Dave Barach · 8 years ago
- 2231150 feature: add new feature handling code and device-input features by Damjan Marion · 8 years ago
- 3b906b0 vppinfra: add STATIC_ASSERT macro by Damjan Marion · 8 years ago
- eb90b7f node: ensure that vlib_node_runtime_t is cacheline sized by Damjan Marion · 8 years ago
- ad41b35 Per-packet IPFIX record generation plugin by Dave Barach · 8 years ago
- f530a55 dpdk: remove support for dpdk 16.04 by Damjan Marion · 8 years ago
- 670909e Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueue by Dave Barach · 8 years ago
- 241e522 Add clib_mem_alloc_or_null(...) by Dave Barach · 8 years ago
- 9876520 vpp_lite: add cpu pinning support (VPP-467) by Pavel Kotucek · 8 years ago
- 3ee4404 unicast RPF for FIB2.0 by Neale Ranns · 8 years ago
- 20f6441 Fix hugepage detection issue by Damjan Marion · 8 years ago
- c08a1ed Scheduler policy & priority config, few minor fixes (VPP-425) by Pavel Kotucek · 8 years ago
- 1e76583 VPP-425: Scheduler policy & priority configuration by Pavel Kotucek · 8 years ago
- 90f52bf Refactor pre-Doxy siphon scripts; VPP-396 by Chris Luke · 8 years ago
- d334a6b Added volatile to local variables needed by setjmp by Eyal Bari · 8 years ago
- 01e3caa Use the correct thread stack alignment constraint, VPP-401 by Dave Barach · 8 years ago
- d4798a3 Avoid use of node index 0 by registering null-node by Damjan Marion · 8 years ago
- 5d447a9 Add support for input nodes in interrupt mode on the worker threads by Damjan Marion · 8 years ago
- d4024f5 VPP-346 More VPP doc fixes by Chris Luke · 8 years ago
- 54ccf22 VPP-221 CLI auto-documentation infrastructure by Chris Luke · 8 years ago
- b1b1a14 Fix PCI vendor_id/device_id detection for SR-IOV devices by Damjan Marion · 8 years ago
- 607de1a Coding standards cleanup - remove trailing whitespace, fixes VPP-332 by Damjan Marion · 8 years ago
- 853e720 VPP-237: indent fixes in prep for checkstyle by Ed Warnicke · 8 years ago
- 6353920 VPP-223 Add doxygen tags to counter.h by Dave Barach · 8 years ago
- 2ab470a VPP-223 Document vlib cooperative multi-tasking threads by Dave Barach · 8 years ago
- dd522cb VPP-189 Fix coverity warnings by Dave Barach · 8 years ago
- 01d86c7 VPP-189 Fix Coverity warnings by Dave Barach · 8 years ago
- f9c231e vpp-189 Clean up more coverity warnings by Dave Barach · 8 years ago
- 3389bbc VPP-180 Clean up multi-socket / multi-chunk mempool discovery by Dave Barach · 8 years ago
- b2a6e25 VPP-189 coverity warning cleanups by Dave Barach · 8 years ago
- 8e5b041 VPP-223 General documentation updates by Chris Luke · 8 years ago
- ac0798d Fix coverity warnings by Dave Barach · 8 years ago
- 1f0da17 Add DPDK 16.07 support (rc3 based) by Damjan Marion · 8 years ago
- e282121 VPP-189 Addtional fixes for last coverity fix in linux_pci.c by John Lo · 8 years ago
- f24e5d7 Show cli for plugin path, name filter and loaded plugins by Shwetha Bhandari · 8 years ago
- 9b8ffd9 fd-io-styleify pass by Dave Barach · 8 years ago
- bbae375 Remove unnecessary and obsolete configure.ac directives by Damjan Marion · 8 years ago
- 370e9e3 VPP-189 Some bugfixes for issues reported by Coverity by Chris Luke · 8 years ago
- 7083574 Remove #if DPDK == 0, to eliminate a data structure size mismatch by Dave Barach · 8 years ago
- 57bf403 Remove duplicate code buffer_func.h by Damjan Marion · 8 years ago
- 9770e20 Add some doxygen tags by Dave Barach · 8 years ago
- 0f8ecf0 Decouple worker thread code from dpdk, enable worker threads in vpp_lite by Damjan Marion · 8 years ago
- b5adaea Move pkt replication counter to the opaque2 cache line by Dave Barach · 8 years ago
- d653460 Dynamically compute ip feature subgraph order by Dave Barach · 9 years ago
- 3b3688f 6rd: Move to plugin by Ole Troan · 9 years ago
- 964f93e Fix node siblings by Ole Troan · 9 years ago
- bf74147 Retire io threads and main-thread-io mode by Damjan Marion · 9 years ago
- 96e1203 VPP-133: increase size of cli process stacks by Dave Barach · 9 years ago
- db7b269 Add verbose flag for packet trace, show hexdump in verbose dpdk input trace by Damjan Marion · 9 years ago
- c68b4cb Add per-device startup config support by Damjan Marion · 9 years ago
- 16c75df VPP-83 Allow non-privileged clients to use the vpp binary API. by Dave Barach · 9 years ago
- b4d8927 Native VPP driver for Intel Niantic family of NICs by Damjan Marion · 9 years ago
- 6931f59 Add per-thread, per-node runtime stats serialization by Dave Barach · 9 years ago
- 270b6de VPP-74 Fix signedness issue when terminal resizes by Chris Luke · 9 years ago
- fd9014a Remove unused PCI code by Damjan Marion · 9 years ago
- 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
- 5a206ea Rework of the old PCI code by Damjan Marion · 9 years ago
- 95c8415 dpdk/build - 32bits compilation by Christophe Fontaine · 9 years ago
- 862623d VPP-23 Re-work pager line collation by Chris Luke · 9 years ago v16.09-rc0
- aa761e1 VPP-57 Add missing license headers in doc files by Chris Luke · 9 years ago
- b585097 VPP-57 Add Doxygen to VPP by Chris Luke · 9 years ago
- 93dcd1d VPP-46 Fix cut-and-paste in the debug CLI by Chris Luke · 9 years ago
- 716d959 Avoid clobbering output_function by concurrent CLI sessions doing vlib_process_wait_for_event*. by Andrew Yourtchenko · 9 years ago
- 6de2ff2 VPP-26 Iterate through empty command line in cli history by Chris Luke · 9 years ago
- 1aed76f VPP-27 Extend telnet protocol buffer guard by Chris Luke · 9 years ago
- 848191d Clean up per-thread mheap setup. by Dave Barach · 9 years ago
- 194ebc5 Track number of ethernet vlans in a frame by Chris Luke · 9 years ago
- 7afda3a CLI output pager by Chris Luke · 9 years ago
- 6b90fe3 Add "history" CLI command by Chris Luke · 9 years ago
- 572d812 Add a (small) banner to the Debug and Telnet CLI by Chris Luke · 9 years ago
- 0aca5eb Debug/Telnet CLI enhancements by Chris Luke · 9 years ago
- 6b1d7c5 Make automake silent rules default by Damjan Marion · 9 years ago
- e39a7b8 Fix compile errors reported by clang by Damjan Marion · 9 years ago
- 68adab9 Allow the number of elements in a frame queue to be specified per thread. by Bud Grise · 9 years ago
- 405e41b Improve mechanism for using loopback interface as BVI for BDs by John Lo · 9 years ago
- f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago