aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/vlib/threads.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Clean up per-thread mheap setup.Dave Barach1-22/+22
2016-04-25Allow the number of elements in a frame queue to be specified per thread.Bud Grise1-1/+6
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-6/+6
2016-04-18Add support for AArch32Christophe Fontaine1-5/+28
2016-04-12Add counter for the number of barrier syncs performed.Bud Grise1-0/+2
2016-04-11Propagate the VLIB_FRAME_NO_FREE_AFTER_DISPATCH flag to cloned next_framesBud Grise1-0/+6
2016-03-18Fix longstanding next-frame clone bugDave Barach1-6/+0
2016-03-03Copy flags when cloning next_framesNikhil P Rao1-0/+6
2016-03-02Remove spurious call to unix_physmem_init(...)Dave Barach1-2/+0
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion1-1/+2
2016-02-05Clean up per-thread elog track nomenclature.Dave Barach1-3/+5
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach1-1/+3
2015-12-18Fix warnings/errors reported by clangDamjan Marion1-1/+1
2015-12-17Store per-thread node error countersDamjan Marion1-3/+15
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1166