Age | Commit message (Expand) | Author | Files | Lines |
2016-02-14 | Implement multiple TX queue sharing | Damjan Marion | 4 | -21/+46 |
2016-02-14 | Increase VLIB_MAX_CPUS to 256 | Damjan Marion | 3 | -9/+7 |
2016-02-14 | Make size of per-thread mini counter vector equal to number of threads | Damjan Marion | 2 | -38/+30 |
2016-02-13 | Remove duplicate vlib_call_init_function() for tuntap init | Oleg A. Arkhangelsky | 1 | -2/+0 |
2016-02-13 | Increase number of dpdk lcores to 256 | Damjan Marion | 1 | -0/+1 |
2016-02-12 | Fix ARP show exception when not ARP entries as found. | Keith Wiles | 1 | -8/+11 |
2016-02-12 | Performance tools, initial check-in | Dave Barach | 32 | -0/+11385 |
2016-02-11 | Pull in some additional symbols that may be needed by plugins. | Josh Gahm | 1 | -0/+4 |
2016-02-11 | Use vppinfra bitmap for dpdk coremask | Damjan Marion | 2 | -7/+29 |
2016-02-10 | Remove strcasecmp(3) declaration | Robert Varga | 1 | -1/+1 |
2016-02-10 | GetStringUTFChars() may fail | Robert Varga | 1 | -25/+41 |
2016-02-10 | newIntArray() may fail | Robert Varga | 1 | -1/+4 |
2016-02-10 | Compile with -Werror, so Jenkins will catch warnings | Dave Barach | 2 | -5/+5 |
2016-02-10 | Indent vppjni.c to be consistent | Robert Varga | 1 | -775/+755 |
2016-02-10 | Replace AC_PROG_LIBTOOL with LT_INIT | Dave Barach | 11 | -12/+10 |
2016-02-10 | Add Top-Level Wrapper Makefile | Damjan Marion | 1 | -0/+141 |
2016-02-10 | Vhost multi-q support | Shesha Sreenivasamurthy | 5 | -115/+415 |
2016-02-10 | Clean up gcc-5.2 warnings | Dave Barach | 17 | -108/+75 |
2016-02-09 | Modify hand-coded JNI function names to match refactoring of | Dave Wallace | 1 | -19/+19 |
2016-02-09 | Make cleanup_rx_thread static | Robert Varga | 1 | -1/+1 |
2016-02-09 | Disable EAL message spew which can easily fill /var/log | Dave Barach | 1 | -0/+26 |
2016-02-09 | Mark internal implementation functions as hidden | Robert Varga | 1 | -5/+5 |
2016-02-09 | SFF NSH support VXLAN GPE | Keith Burns (alagalah) | 1 | -15/+115 |
2016-02-09 | Fixup symbol names in vpp-japi | Robert Varga | 1 | -4/+4 |
2016-02-08 | Set vnet_buffer(b0)->sw_if_index[VLIB_TX] | Dave Barach | 1 | -0/+3 |
2016-02-08 | Cisco Discovery Protocol, initial working attempt | Dave Barach | 9 | -1/+1495 |
2016-02-05 | Clean up per-thread elog track nomenclature. | Dave Barach | 1 | -3/+5 |
2016-02-05 | DPDK patch: Add missing init of packet_type field. | Todd Foggoa | 1 | -0/+70 |
2016-02-05 | DPDK patch: Allow applications to override rte_delay_us() | Todd Foggoa | 1 | -0/+43 |
2016-02-05 | DPDK patch: Fix a crash in igb_uio driver when the device is removed. | Todd Foggoa | 1 | -0/+33 |
2016-01-27 | CLI: If an error happens on the socket being polled, then the CLI | Ole Troan | 1 | -0/+2 |
2016-02-04 | Remove redundant apt-get install of dkms and debhelper. | Dave Wallace | 1 | -3/+0 |
2016-02-04 | Change non-default route ethernet interfaces state to down so VPP will use them. | Dave Wallace | 1 | -0/+12 |
2016-02-04 | dpdk_buffer.c: Honor clone_count even when there isn't a freelist handler | Kevin Paul Herbert | 1 | -4/+7 |
2016-02-04 | ip[46].h: Remove tcp reference | Kevin Paul Herbert | 2 | -8/+0 |
2016-02-03 | p1.c: Remove log() symbol | Kevin Paul Herbert | 1 | -1/+0 |
2016-02-03 | Need to include symbolic links in the lib package: libXXX.so, libXXX.so.0 | Dave Barach | 1 | -2/+4 |
2016-02-03 | Switched vagrant for ~/git/vpp to /vpp | Ed Warnicke | 3 | -7/+25 |
2016-02-02 | Enabled CCACHE_DIR to be set by ENV Variable | Ed Warnicke | 1 | -1/+3 |
2016-02-02 | Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms | Dave Barach | 1 | -0/+3 |
2016-02-02 | Enable ganglia module integration build | Dave Barach | 3 | -2/+10 |
2016-02-02 | Tracing enhancements. | Bud Grise | 3 | -5/+221 |
2016-02-02 | Use per-thread vlib_main | Shesha Sreenivasamurthy | 2 | -7/+11 |
2016-02-02 | Set the thread name for the stats thread if a thread name prefix is given. | Todd Foggoa | 1 | -0/+5 |
2016-02-02 | Zero the interface template before using it. | Todd Foggoa | 1 | -0/+1 |
2016-02-02 | Change default dpdk version to 2.2 | Damjan Marion | 1 | -1/+1 |
2016-02-01 | p1.c: Add symbols useful to IP protocol modules | Kevin Paul Herbert | 1 | -1/+11 |
2016-02-01 | remove igb_uio static pci id table patch, use new_id for all NICs | Damjan Marion | 2 | -68/+5 |
2016-02-01 | Changed key of NSH VXLAN tunnel. | Keith Burns (alagalah) | 1 | -1/+1 |
2016-02-01 | Free the temporary vector | Robert Varga | 1 | -0/+2 |