aboutsummaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Add counter for the number of barrier syncs performed.Bud Grise2-0/+3
2016-04-12Add a configurable "significant error" metricDave Barach1-5/+20
2016-04-11Propagate the VLIB_FRAME_NO_FREE_AFTER_DISPATCH flag to cloned next_framesBud Grise1-0/+6
2016-04-06Do not listen unless configured with cli-listen.Ed Warnicke1-4/+5
2016-03-29Adjacency allocatorDave Barach1-0/+1
2016-03-28event logger skeletons, improve debug CLIDave Barach2-5/+183
2016-03-26Improve main-loop event-logsDave Barach2-12/+13
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion3-53/+80
2016-03-18Fix longstanding next-frame clone bugDave Barach1-6/+0
2016-03-16Add vpp native linux kernel AF_PACKET interface supportDamjan Marion2-0/+3
2016-03-03Copy flags when cloning next_framesNikhil P Rao1-0/+6
2016-03-02TAP: Jumbo-frame support.Ole Troan3-1/+28
2016-03-02Remove spurious call to unix_physmem_init(...)Dave Barach1-2/+0
2016-02-26Add packet tracing hintBud Grise2-0/+7
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion1-1/+2
2016-02-24Link the vpp application against libvnet.so, not libvnet.aDave Barach2-1/+10
2016-02-18Add jumbo frames support to non-dpdk vhost interfaces.Pierre Pfister3-0/+165
2016-02-16Increase number of per-cpu mheaps to 256Damjan Marion1-0/+4
2016-02-14Increase VLIB_MAX_CPUS to 256Damjan Marion3-9/+7
2016-02-14Make size of per-thread mini counter vector equal to number of threadsDamjan Marion2-38/+30
2016-02-10Replace AC_PROG_LIBTOOL with LT_INITDave Barach1-1/+1
2016-02-10Clean up gcc-5.2 warningsDave Barach1-1/+1
2016-02-05Clean up per-thread elog track nomenclature.Dave Barach1-3/+5
2016-01-27CLI: If an error happens on the socket being polled, then the CLIOle Troan1-0/+2
2016-02-04dpdk_buffer.c: Honor clone_count even when there isn't a freelist handlerKevin Paul Herbert1-4/+7
2016-02-02Tracing enhancements.Bud Grise3-5/+221
2016-01-27Warnings be gone.Dave Barach2-3/+3
2016-01-27dpdk_buffer.c: Ensure that the mbuf reference count is as expectedKevin Paul Herbert1-0/+3
2016-01-27Print worker thread name as a c-string, not a vector. Otherwise, theDave Barach1-2/+2
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach5-11/+35
2015-12-22Fix to show trace output.Ed Warnicke1-4/+7
2015-12-18Fix warnings/errors reported by clangDamjan Marion4-3/+5
2015-12-17Remove redundant functionDamjan Marion1-18/+0
2015-12-17Store per-thread node error countersDamjan Marion2-15/+65
2015-12-15Remove autotools generated productsDave Barach10-39304/+0
2015-12-15replacing all vec_sort() invocations to vec_sort_with_function()Matus Fabian5-13/+52
2015-12-08Initial commit of vpp code.Ed Warnicke70-0/+63582