summaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
2016-05-16VPP-57 Add missing license headers in doc filesChris Luke3-0/+48
2016-05-13VPP-57 Add Doxygen to VPPChris Luke4-51/+141
2016-05-10VPP-46 Fix cut-and-paste in the debug CLIChris Luke1-38/+46
2016-05-10Avoid clobbering output_function by concurrent CLI sessions doing vlib_proces...Andrew Yourtchenko4-17/+63
2016-04-29VPP-26 Iterate through empty command line in cli historyChris Luke1-10/+24
2016-04-29VPP-27 Extend telnet protocol buffer guardChris Luke1-1/+1
2016-04-29Clean up per-thread mheap setup.Dave Barach1-22/+22
2016-04-28Track number of ethernet vlans in a frameChris Luke1-2/+1
2016-04-27CLI output pagerChris Luke3-85/+744
2016-04-27Add "history" CLI commandChris Luke1-24/+48
2016-04-27Add a (small) banner to the Debug and Telnet CLIChris Luke3-2/+65
2016-04-27Debug/Telnet CLI enhancementsChris Luke2-222/+1063
2016-04-26Make automake silent rules defaultDamjan Marion1-1/+1
2016-04-26Fix compile errors reported by clangDamjan Marion2-2/+2
2016-04-25Allow the number of elements in a frame queue to be specified per thread.Bud Grise2-1/+8
2016-04-25Improve mechanism for using loopback interface as BVI for BDsJohn Lo1-4/+5
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion12-36/+34
2016-04-19VPP-6: set epoll wait-time to zero when binary API messages are waitingDave Barach2-4/+7
2016-04-18Add support for AArch32Christophe Fontaine5-10/+35
2016-04-14Rework of DPDK PCI device uio driver binding processDamjan Marion7-109/+1227
2016-04-14Change ARP and IP6-ND nodes to use interface-output node for outputJohn Lo1-5/+4
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