aboutsummaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
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 collationv16.09-rc0Chris 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
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