aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-12Performance tools, initial check-inDave Barach32-0/+11385
2016-02-11Pull in some additional symbols that may be needed by plugins.Josh Gahm1-0/+4
2016-02-11Use vppinfra bitmap for dpdk coremaskDamjan Marion2-7/+29
2016-02-10Remove strcasecmp(3) declarationRobert Varga1-1/+1
2016-02-10GetStringUTFChars() may failRobert Varga1-25/+41
2016-02-10newIntArray() may failRobert Varga1-1/+4
2016-02-10Compile with -Werror, so Jenkins will catch warningsDave Barach2-5/+5
2016-02-10Indent vppjni.c to be consistentRobert Varga1-775/+755
2016-02-10Replace AC_PROG_LIBTOOL with LT_INITDave Barach11-12/+10
2016-02-10Add Top-Level Wrapper MakefileDamjan Marion1-0/+141
2016-02-10Vhost multi-q supportShesha Sreenivasamurthy5-115/+415
2016-02-10Clean up gcc-5.2 warningsDave Barach17-108/+75
2016-02-09Modify hand-coded JNI function names to match refactoring ofDave Wallace1-19/+19
2016-02-09Make cleanup_rx_thread staticRobert Varga1-1/+1
2016-02-09Disable EAL message spew which can easily fill /var/logDave Barach1-0/+26
2016-02-09Mark internal implementation functions as hiddenRobert Varga1-5/+5
2016-02-09SFF NSH support VXLAN GPEKeith Burns (alagalah)1-15/+115
2016-02-09Fixup symbol names in vpp-japiRobert Varga1-4/+4
2016-02-08Set vnet_buffer(b0)->sw_if_index[VLIB_TX]Dave Barach1-0/+3
2016-02-08Cisco Discovery Protocol, initial working attemptDave Barach9-1/+1495
2016-02-05Clean up per-thread elog track nomenclature.Dave Barach1-3/+5
2016-02-05DPDK patch: Add missing init of packet_type field.Todd Foggoa1-0/+70
2016-02-05DPDK patch: Allow applications to override rte_delay_us()Todd Foggoa1-0/+43
2016-02-05DPDK patch: Fix a crash in igb_uio driver when the device is removed.Todd Foggoa1-0/+33
2016-01-27CLI: If an error happens on the socket being polled, then the CLIOle Troan1-0/+2
2016-02-04Remove redundant apt-get install of dkms and debhelper.Dave Wallace1-3/+0
2016-02-04Change non-default route ethernet interfaces state to down so VPP will use them.Dave Wallace1-0/+12
2016-02-04dpdk_buffer.c: Honor clone_count even when there isn't a freelist handlerKevin Paul Herbert1-4/+7
2016-02-04ip[46].h: Remove tcp referenceKevin Paul Herbert2-8/+0
2016-02-03p1.c: Remove log() symbolKevin Paul Herbert1-1/+0
2016-02-03Need to include symbolic links in the lib package: libXXX.so, libXXX.so.0Dave Barach1-2/+4
2016-02-03Switched vagrant for ~/git/vpp to /vppEd Warnicke3-7/+25
2016-02-02Enabled CCACHE_DIR to be set by ENV VariableEd Warnicke1-1/+3
2016-02-02Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpmsDave Barach1-0/+3
2016-02-02Enable ganglia module integration buildDave Barach3-2/+10
2016-02-02Tracing enhancements.Bud Grise3-5/+221
2016-02-02Use per-thread vlib_mainShesha Sreenivasamurthy2-7/+11
2016-02-02Set the thread name for the stats thread if a thread name prefix is given.Todd Foggoa1-0/+5
2016-02-02Zero the interface template before using it.Todd Foggoa1-0/+1
2016-02-02Change default dpdk version to 2.2Damjan Marion1-1/+1
2016-02-01p1.c: Add symbols useful to IP protocol modulesKevin Paul Herbert1-1/+11
2016-02-01remove igb_uio static pci id table patch, use new_id for all NICsDamjan Marion2-68/+5
2016-02-01Changed key of NSH VXLAN tunnel.Keith Burns (alagalah)1-1/+1
2016-02-01Free the temporary vectorRobert Varga1-0/+2
2016-02-01Do not copy data twice in swInterfaceDump()Robert Varga1-4/+2
2016-02-01Add a vpp-dpdk-dev package, enable plugins to use dpdk APIs directlyDave Barach5-8/+34
2016-02-01Refactor vpp-japiRobert Varga9-88/+252
2016-02-01Changes to Centos bootstrap to remove ~/git/vpp if it exists before attemptin...Keith Burns (alagalah)1-1/+2
2016-02-01Vagrantfile doesn't rm git/vpp and vagrant reload --provisionKeith Burns (alagalah)1-1/+3
2016-02-01Make public fields final where possibleRobert Varga7-90/+92