summaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
2016-12-21fix 'show trace' bug - format vector as %vKlement Sekera1-1/+1
2016-12-21aarch64 compatibilityChristophe Fontaine2-4/+4
2016-12-20VPP-525: multi-thread case binary API post-mortem dump AWOLDave Barach1-6/+9
2016-12-20Declare variables as externalDamjan Marion7-11/+14
2016-12-07epoll_input: don't sleep if we expect event in less than 1 msDamjan Marion1-4/+14
2016-12-02buffers: fix vlib_buffer_copyDamjan Marion1-2/+2
2016-11-24vlib: remove old memcpy implementationDamjan Marion1-63/+1
2016-11-24vlib: merge buffers.c and dpdk_buffer.cDamjan Marion3-1379/+515
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion4-111/+11
2016-11-22Fix coverity warnings, VPP-486Dave Barach1-4/+4
2016-11-22Prevent a frame leak when a pending node dispatches packets to itself.Neale Ranns1-6/+30
2016-11-19vlib: Add 'show cpu' commandDamjan Marion1-0/+34
2016-11-17remove reference to Intel with dpdk docsPadraig Connolly1-1/+1
2016-11-17dpdk: remove efdDamjan Marion2-26/+0
2016-11-17Fix 4 typosDave Barach1-9/+9
2016-11-15threads: add support for multiple worker handoff queuesDamjan Marion3-71/+265
2016-11-15threads: add assert to silence coverity warningDamjan Marion1-0/+1
2016-11-15buffer: clone free_list to each vlib_main on creationDamjan Marion1-0/+29
2016-11-09threads: don't wait for dpdk init in vpp_liteDamjan Marion1-1/+3
2016-11-08pg: maintain per-worker bitmap of enabled streamsDamjan Marion1-0/+12
2016-11-08pg: support for packet generator on different worker threadsDamjan Marion1-0/+23
2016-11-04vlib: fix cacheline alignement in several structsDamjan Marion1-7/+7
2016-11-04feature: store arc index in vlib_bufferDamjan Marion3-8/+8
2016-11-03vlib: add vlib_buffer_copy functionDamjan Marion1-0/+72
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