aboutsummaryrefslogtreecommitdiffstats
path: root/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2016-05-16VPP-58: Fix build on AMD OpteronDamjan Marion1-1/+1
2016-05-16VPP-57 Add missing license headers in doc filesChris Luke3-0/+48
2016-05-13VPP-57 Add Doxygen to VPPChris Luke4-2/+11
2016-04-26Make automake silent rules defaultDamjan Marion1-1/+1
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion22-66/+683
2016-04-21Add Broadwell-EP/EX to the uarch listDamjan Marion1-0/+1
2016-04-18Add support for AArch32Christophe Fontaine10-14/+20
2016-04-14Fix vppinfra unit testsFlorin Coras3-5/+10
2016-04-11Add configure option to enable building unit testsDamjan Marion2-1/+12
2016-03-28event logger skeletons, improve debug CLIDave Barach2-1/+2
2016-03-26Improve main-loop event-logsDave Barach2-3/+29
2016-03-18Make adjacencies shareableDave Barach1-0/+2
2016-03-14Declare node, hw_interface_class and device_class instances as externalDamjan Marion1-1/+1
2016-03-04vppinfra: remove generated config.h.inJean-Mickael Guerin1-62/+0
2016-03-04Add CPU detection functionsDamjan Marion3-0/+134
2016-03-03Use CRC32 instruction only when build for SSE4.2 enabled platformsDamjan Marion1-1/+1
2016-02-29-O3 warnings be goneDave Barach1-1/+1
2016-02-16Increase number of per-cpu mheaps to 256Damjan Marion2-2/+4
2016-02-16Remove vec_sort macroDamjan Marion1-27/+0
2016-02-11Use vppinfra bitmap for dpdk coremaskDamjan Marion1-1/+24
2016-01-22aarch64 CPU arch / ThunderX platform initial supportDave Barach9-14/+129
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach4-30/+52
2016-01-19Merge "Fix bitmap list parsing"Dave Barach1-0/+5
2016-01-19Clean up commentDave Barach1-4/+7
2016-01-19Fix bitmap list parsingDamjan Marion1-0/+5
2015-12-18Fix warnings/errors reported by clangDamjan Marion6-6/+7
2015-12-15Remove autotools generated productsDave Barach13-47775/+0
2015-12-15Merge "replacing all vec_sort() invocations to vec_sort_with_function()"Dave Wallace2-8/+26
2015-12-15Remove vppversion subtree, move elftool to vppinfraDamjan Marion13-473/+897
2015-12-15replacing all vec_sort() invocations to vec_sort_with_function()Matus Fabian2-8/+26
2015-12-12Reenable memory allocator small-object cache, disabled by mistake.Dave Barach1-1/+1
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke162-0/+98219