aboutsummaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
2016-07-13VPP-189 Addtional fixes for last coverity fix in linux_pci.cJohn Lo1-8/+4
2016-07-12Show cli for plugin path, name filter and loaded pluginsShwetha Bhandari1-0/+32
2016-07-08fd-io-styleify passDave Barach64-7913/+9475
2016-07-08Remove unnecessary and obsolete configure.ac directivesDamjan Marion1-1/+0
2016-07-08VPP-189 Some bugfixes for issues reported by CoverityChris Luke1-6/+29
2016-07-07Remove #if DPDK == 0, to eliminate a data structure size mismatchDave Barach1-2/+2
2016-07-07Remove duplicate code buffer_func.hDamjan Marion1-4/+0
2016-07-07Add some doxygen tagsDave Barach2-1/+139
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion5-54/+584
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach3-14/+16
2016-06-17Dynamically compute ip feature subgraph orderDave Barach1-7/+7
2016-06-156rd: Move to pluginOle Troan1-3/+8
2016-06-14Fix node siblingsOle Troan2-51/+44
2016-06-14Retire io threads and main-thread-io modeDamjan Marion2-6/+1
2016-06-09VPP-133: increase size of cli process stacksDave Barach1-1/+1
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion2-5/+15
2016-06-05Add per-device startup config supportDamjan Marion2-1/+3
2016-06-01VPP-83 Allow non-privileged clients to use the vpp binary API.Dave Barach1-3/+6
2016-05-23Native VPP driver for Intel Niantic family of NICsDamjan Marion6-0/+292
2016-05-21Add per-thread, per-node runtime stats serializationDave Barach2-0/+4
2016-05-19VPP-74 Fix signedness issue when terminal resizesChris Luke1-4/+9
2016-05-19Remove unused PCI codeDamjan Marion1-7/+0
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-0/+27
2016-05-18Rework of the old PCI codeDamjan Marion10-335/+473
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine1-1/+1
2016-05-16VPP-23 Re-work pager line collationChris Luke1-88/+364
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