summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-04vppinfra: remove generated config.h.inJean-Mickael Guerin1-62/+0
2016-03-04gitignoreMaros Marsalek1-0/+5
2016-03-04Add CPU detection functionsDamjan Marion5-8/+151
2016-03-04Use xxhash in map code when SSE4.2 not availableDamjan Marion1-1/+1
2016-03-03Refuse to start if binary requires unavailable CPU extensionsDamjan Marion1-0/+29
2016-03-03Change default L3 MTU to allow jumbo packets for non-DPDK interfaces.John Lo2-2/+2
2016-03-03Copy flags when cloning next_framesNikhil P Rao1-0/+6
2016-03-03Use CRC32 instruction only when build for SSE4.2 enabled platformsDamjan Marion1-1/+1
2016-03-03Fix UDP length check for local IP/UDP lookup and error handling.John Lo1-10/+21
2016-03-02TAP: Jumbo-frame support.Ole Troan4-75/+79
2016-03-02Always showing DPDK physical memory on bootupTodd Foggoa1-17/+2
2016-03-02Add rotates to v6 worker hash to prevent SIP/DIP synchronizing.Bud Grise1-3/+3
2016-03-02Remove spurious call to unix_physmem_init(...)Dave Barach2-13/+0
2016-03-01Dump DPDK physmem to stdout before allocating mbufsSean Hope1-0/+19
2016-03-01Add ability to filter and change MACsChristian Dechamplain3-1/+42
2016-03-01Fix for TX and RX descriptor queue lockupGeorgi Savov2-12/+38
2016-02-29Add ability to override the interface name.Sean Hope4-12/+54
2016-02-29Fixed vxlan link status.Pavel Kotucek1-0/+12
2016-02-29-O3 warnings be goneDave Barach3-3/+3
2016-02-27Invert matching logic for *_uses_dpdk in build-data/packages/*.mkDamjan Marion3-3/+3
2016-02-26Add packet tracing hintBud Grise3-27/+40
2016-02-26Fixed issue with json output in vpp_api_test.Pavel Kotucek1-1/+2
2016-02-26Fix ENIC PMD not sending the first packet on TX.John Lo1-0/+26
2016-02-26Fix link bonding PMD slave status polling path used by VIC ENIC driver.John Lo1-0/+34
2016-02-26Update PowerPC (qppc) platform to build with Ubuntu cross-toolsDamjan Marion7-135/+22
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion19-50/+105
2016-02-26Move dpdk (un)format functions to separate c fileDamjan Marion7-767/+806
2016-02-25Add support of Ethernet link bonding utilizing DPDK link bondingJohn Lo4-4/+63
2016-02-25add install-dep target to toplevel MakefileDamjan Marion1-0/+9
2016-02-25Fix indexing error in init.c for vnet dpdk.John Lo1-2/+2
2016-02-25Add live migration support to (non-dpdk) vhost-user driverYoann Desmouceaux2-8/+144
2016-02-24Link the vpp application against libvnet.so, not libvnet.aDave Barach11-113/+56
2016-02-24Enable all vrings if PROTOCOL_FEATURES are not negotiatedShesha Sreenivasamurthy2-5/+23
2016-02-24Handle dynamic enable/disable VHOST_USER interfaceShesha Sreenivasamurthy4-11/+29
2016-02-23Few improvements in toplevel MakefileDamjan Marion1-4/+14
2016-02-23Enable DPDK KNI code based on DPDK configDamjan Marion4-1/+16
2016-02-23Fix warnings in vhost-user code with older version of DPDKDamjan Marion1-1/+5
2016-02-22dpdk: fix enic pmd driver tx functionYoann Desmouceaux1-0/+28
2016-02-22Added MTU information to sw_interface_dumpPavel6-3/+13
2016-02-19Rebalance checkConnected()Robert Varga1-8/+9
2016-02-19Handle dpdk packet_types properlyDamjan Marion2-14/+45
2016-02-19Add custom mac address option to vhost interfaces.Pierre Pfister7-15/+44
2016-02-19Serialize and upload the data plane node graphDave Barach7-5/+398
2016-02-19Per-interface, per-address-family fast packet filterDave Barach12-6/+1690
2016-02-19dpdk: fix enic pmd driver tx functionYoann Desmouceaux1-0/+28
2016-02-19Add GDB and GDB Server to bootstrap filesKeith Burns (alagalah)2-1/+5
2016-02-18Add jumbo frames support to non-dpdk vhost interfaces.Pierre Pfister4-290/+394
2016-02-16Increase number of per-cpu mheaps to 256Damjan Marion3-2/+8
2016-02-16Remove vec_sort macroDamjan Marion1-27/+0
2016-02-16Show DPDK EAL cmdline args in 'show version verbose'Damjan Marion3-5/+16