aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/vlib/threads.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-1492/+0
2016-12-20VPP-525: multi-thread case binary API post-mortem dump AWOLDave Barach1-6/+9
2016-12-20Declare variables as externalDamjan Marion1-0/+1
2016-11-17dpdk: remove efdDamjan Marion1-4/+0
2016-11-15threads: add support for multiple worker handoff queuesDamjan Marion1-31/+37
2016-11-09threads: don't wait for dpdk init in vpp_liteDamjan Marion1-1/+3
2016-10-13vpp_lite: add cpu pinning support (VPP-467)Pavel Kotucek1-19/+4
2016-09-27Scheduler policy & priority config, few minor fixes (VPP-425)Pavel Kotucek1-5/+9
2016-09-27VPP-425: Scheduler policy & priority configurationPavel Kotucek1-2/+51
2016-09-06Add support for input nodes in interrupt mode on the worker threadsDamjan Marion1-0/+24
2016-08-12VPP-237: indent fixes in prep for checkstyleEd Warnicke1-2/+2
2016-08-09VPP-189 Fix Coverity warningsDave Barach1-0/+12
2016-07-27VPP-189 coverity warning cleanupsDave Barach1-2/+8
2016-07-08fd-io-styleify passDave Barach1-618/+668
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion1-53/+192
2016-06-14Retire io threads and main-thread-io modeDamjan Marion1-3/+1
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