Age | Commit message (Expand) | Author | Files | Lines |
2016-03-02 | Remove spurious call to unix_physmem_init(...) |  Dave Barach | 2 | -13/+0 |
2016-03-01 | Dump DPDK physmem to stdout before allocating mbufs |  Sean Hope | 1 | -0/+19 |
2016-03-01 | Add ability to filter and change MACs |  Christian Dechamplain | 3 | -1/+42 |
2016-03-01 | Fix for TX and RX descriptor queue lockup |  Georgi Savov | 2 | -12/+38 |
2016-02-29 | Add ability to override the interface name. |  Sean Hope | 4 | -12/+54 |
2016-02-29 | Fixed vxlan link status. |  Pavel Kotucek | 1 | -0/+12 |
2016-02-29 | -O3 warnings be gone |  Dave Barach | 3 | -3/+3 |
2016-02-27 | Invert matching logic for *_uses_dpdk in build-data/packages/*.mk |  Damjan Marion | 3 | -3/+3 |
2016-02-26 | Add packet tracing hint |  Bud Grise | 3 | -27/+40 |
2016-02-26 | Fixed issue with json output in vpp_api_test. |  Pavel Kotucek | 1 | -1/+2 |
2016-02-26 | Fix ENIC PMD not sending the first packet on TX. |  John Lo | 1 | -0/+26 |
2016-02-26 | Fix link bonding PMD slave status polling path used by VIC ENIC driver. |  John Lo | 1 | -0/+34 |
2016-02-26 | Update PowerPC (qppc) platform to build with Ubuntu cross-tools |  Damjan Marion | 7 | -135/+22 |
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 |