summaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Reset frame length after dispatch when recycling framesDave Barach1-0/+1
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion2-0/+4
2016-11-01vppinfra: add STATIC_ASSERT macroDamjan Marion1-1/+2
2016-11-01node: ensure that vlib_node_runtime_t is cacheline sizedDamjan Marion3-7/+9
2016-10-27Per-packet IPFIX record generation pluginDave Barach1-0/+3
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-37/+0
2016-10-21Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueueDave Barach1-0/+86
2016-10-13Add clib_mem_alloc_or_null(...)Dave Barach1-1/+2
2016-10-13vpp_lite: add cpu pinning support (VPP-467)Pavel Kotucek4-31/+62
2016-10-07unicast RPF for FIB2.0Neale Ranns1-16/+22
2016-09-27Fix hugepage detection issueDamjan Marion2-0/+35
2016-09-27Scheduler policy & priority config, few minor fixes (VPP-425)Pavel Kotucek2-20/+21
2016-09-27VPP-425: Scheduler policy & priority configurationPavel Kotucek3-4/+100
2016-09-21Refactor pre-Doxy siphon scripts; VPP-396Chris Luke4-3/+94
2016-09-20Added volatile to local variables needed by setjmpEyal Bari1-2/+2
2016-09-13Use the correct thread stack alignment constraint, VPP-401Dave Barach1-2/+6
2016-09-07Avoid use of node index 0 by registering null-nodeDamjan Marion1-0/+29
2016-09-06Add support for input nodes in interrupt mode on the worker threadsDamjan Marion1-0/+24
2016-09-06VPP-346 More VPP doc fixesChris Luke5-7/+23
2016-08-31VPP-221 CLI auto-documentation infrastructureChris Luke3-40/+149
2016-08-23Fix PCI vendor_id/device_id detection for SR-IOV devicesDamjan Marion3-12/+25
2016-08-17Coding standards cleanup - remove trailing whitespace, fixes VPP-332Damjan Marion2-10/+10
2016-08-12VPP-237: indent fixes in prep for checkstyleEd Warnicke10-99/+121
2016-08-12VPP-223 Add doxygen tags to counter.hDave Barach1-58/+118
2016-08-11VPP-223 Document vlib cooperative multi-tasking threadsDave Barach2-2/+173
2016-08-10VPP-189 Fix coverity warningsDave Barach1-0/+1
2016-08-09VPP-189 Fix Coverity warningsDave Barach2-5/+12
2016-08-05vpp-189 Clean up more coverity warningsDave Barach1-1/+1
2016-08-03VPP-180 Clean up multi-socket / multi-chunk mempool discoveryDave Barach1-5/+73
2016-07-27VPP-189 coverity warning cleanupsDave Barach7-14/+35
2016-07-26VPP-223 General documentation updatesChris Luke1-17/+17
2016-07-26Fix coverity warningsDave Barach1-2/+5
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+5
2016-07-13VPP-189 Addtional fixes for last coverity fix in linux_pci.cJohn Lo1-8/+4
2016-07-12Show cli for plugin path, name filter and loaded pluginsShwetha Bhandari1-0/+32
2016-07-08fd-io-styleify passDave Barach64-7913/+9475
2016-07-08Remove unnecessary and obsolete configure.ac directivesDamjan Marion1-1/+0
2016-07-08VPP-189 Some bugfixes for issues reported by CoverityChris Luke1-6/+29
2016-07-07Remove #if DPDK == 0, to eliminate a data structure size mismatchDave Barach1-2/+2
2016-07-07Remove duplicate code buffer_func.hDamjan Marion1-4/+0
2016-07-07Add some doxygen tagsDave Barach2-1/+139
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion5-54/+584
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach3-14/+16
2016-06-17Dynamically compute ip feature subgraph orderDave Barach1-7/+7
2016-06-156rd: Move to pluginOle Troan1-3/+8
2016-06-14Fix node siblingsOle Troan2-51/+44
2016-06-14Retire io threads and main-thread-io modeDamjan Marion2-6/+1
2016-06-09VPP-133: increase size of cli process stacksDave Barach1-1/+1
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion2-5/+15
2016-06-05Add per-device startup config supportDamjan Marion2-1/+3