aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/vlib/main.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-1703/+0
2016-12-20Declare variables as externalDamjan Marion1-0/+2
2016-11-22Prevent a frame leak when a pending node dispatches packets to itself.Neale Ranns1-6/+30
2016-11-03Reset frame length after dispatch when recycling framesDave Barach1-0/+1
2016-09-20Added volatile to local variables needed by setjmpEyal Bari1-2/+2
2016-07-08fd-io-styleify passDave Barach1-412/+455
2016-06-14Fix node siblingsOle Troan1-6/+6
2016-06-01VPP-83 Allow non-privileged clients to use the vpp binary API.Dave Barach1-3/+6
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-2/+2
2016-03-28event logger skeletons, improve debug CLIDave Barach1-5/+75
2016-03-26Improve main-loop event-logsDave Barach1-9/+10
2016-02-14Increase VLIB_MAX_CPUS to 256Damjan Marion1-1/+1
2015-12-18Fix warnings/errors reported by clangDamjan Marion1-1/+1
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1559