Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | Add support for native vpp_lite (non-dpdk) platform |  Damjan Marion | 19 | -50/+105 |
2016-02-26 | Move dpdk (un)format functions to separate c file |  Damjan Marion | 7 | -767/+806 |
2016-02-25 | Add support of Ethernet link bonding utilizing DPDK link bonding |  John Lo | 4 | -4/+63 |
2016-02-25 | add install-dep target to toplevel Makefile |  Damjan Marion | 1 | -0/+9 |
2016-02-25 | Fix indexing error in init.c for vnet dpdk. |  John Lo | 1 | -2/+2 |
2016-02-25 | Add live migration support to (non-dpdk) vhost-user driver |  Yoann Desmouceaux | 2 | -8/+144 |
2016-02-24 | Link the vpp application against libvnet.so, not libvnet.a |  Dave Barach | 11 | -113/+56 |
2016-02-24 | Enable all vrings if PROTOCOL_FEATURES are not negotiated |  Shesha Sreenivasamurthy | 2 | -5/+23 |
2016-02-24 | Handle dynamic enable/disable VHOST_USER interface |  Shesha Sreenivasamurthy | 4 | -11/+29 |
2016-02-23 | Few improvements in toplevel Makefile |  Damjan Marion | 1 | -4/+14 |
2016-02-23 | Enable DPDK KNI code based on DPDK config |  Damjan Marion | 4 | -1/+16 |
2016-02-23 | Fix warnings in vhost-user code with older version of DPDK |  Damjan Marion | 1 | -1/+5 |
2016-02-22 | dpdk: fix enic pmd driver tx function |  Yoann Desmouceaux | 1 | -0/+28 |
2016-02-22 | Added MTU information to sw_interface_dump |  Pavel | 6 | -3/+13 |
2016-02-19 | Rebalance checkConnected() |  Robert Varga | 1 | -8/+9 |
2016-02-19 | Handle dpdk packet_types properly |  Damjan Marion | 2 | -14/+45 |
2016-02-19 | Add custom mac address option to vhost interfaces. |  Pierre Pfister | 7 | -15/+44 |
2016-02-19 | Serialize and upload the data plane node graph |  Dave Barach | 7 | -5/+398 |
2016-02-19 | Per-interface, per-address-family fast packet filter |  Dave Barach | 12 | -6/+1690 |
2016-02-19 | dpdk: fix enic pmd driver tx function |  Yoann Desmouceaux | 1 | -0/+28 |
2016-02-19 | Add GDB and GDB Server to bootstrap files |  Keith Burns (alagalah) | 2 | -1/+5 |
2016-02-18 | Add jumbo frames support to non-dpdk vhost interfaces. |  Pierre Pfister | 4 | -290/+394 |
2016-02-16 | Increase number of per-cpu mheaps to 256 |  Damjan Marion | 3 | -2/+8 |
2016-02-16 | Remove vec_sort macro |  Damjan Marion | 1 | -27/+0 |
2016-02-16 | Show DPDK EAL cmdline args in 'show version verbose' |  Damjan Marion | 3 | -5/+16 |
2016-02-15 | Disable for-us udp/tcp checksum validation by default |  Dave Barach | 3 | -4/+28 |
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 |