aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Add worker-handoff nodeDamjan Marion2-436/+43
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion3-2/+12
2016-06-09VPP-106: fix performance hit due to unprefetched data readDave Barach3-6/+17
2016-06-09Fix DPDK init crash if bonded interface is created by startup confJohn Lo1-7/+10
2016-06-07Fix missing null termination in DPDK EAL ArgsDamjan Marion1-2/+2
2016-06-07Adjust buffer data offset based on rte_mbuff data_offDamjan Marion1-11/+6
2016-06-06Add startup conf options to set per-interface descriptor ring sizeDamjan Marion3-7/+21
2016-06-05Add per-device startup config supportDamjan Marion5-80/+180
2016-06-04Add dpdk config parameter: poll-sleep <nn>Dave Barach3-21/+24
2016-05-31VPP-102: vHost reconnect to previously used sockets on VPP restartJohn Lo1-0/+8
2016-05-28VPP-84 af_packet retry on EAGAIN, count on errorsChris Luke2-9/+32
2016-05-28VPP-96 ENID driver update for rx of jumbo pkts using muliple mbuf'sJohn Lo2-2/+2
2016-05-25Move dpdk startup config data to separate structDamjan Marion7-137/+147
2016-05-23Native VPP driver for Intel Niantic family of NICsDamjan Marion4-0/+4262
2016-05-23Move rte_delay_us_override so it overrides DPDKTodd Foggoa2-42/+6
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister8-8/+18
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion12-13/+84
2016-05-18Add netmap APIMatus Fabian4-6/+17
2016-05-18Rework of the old PCI codeDamjan Marion1-4/+3
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine3-27/+27
2016-05-17dpdk/init - Add compatibility to non numa architectureChristophe Fontaine1-4/+25
2016-05-05Fix vpp_lite build caused by missing definition of unlikely macroDamjan Marion1-1/+1
2016-05-04NETMAP: Some fixesMohsin Kazmi3-11/+36
2016-05-02Netmap: typo correctMohsin Kazmi1-1/+1
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)3-3/+74
2016-04-29Improve performance of dpdk-vhost driverShesha Sreenivasamurthy1-0/+9
2016-04-29Clean up per-thread mheap setup.Dave Barach1-2/+0
2016-04-28Fix bug that prevented packet trace from working on multicoreBud Grise1-6/+14
2016-04-28Add histogram to frame queue tracingBud Grise3-32/+132
2016-04-27Live VM migration support for vhost-userShesha Sreenivasamurthy2-4/+63
2016-04-25Put back VMXNET3 driver init for DPDK 2.2.0 or older versionsJohn Lo1-0/+19
2016-04-25Disable TSO/CSUM offloadingShesha Sreenivasamurthy1-0/+15
2016-04-25Fix vpp crash in DBG modeShesha Sreenivasamurthy1-1/+2
2016-04-25Add native NETMAP driverDamjan Marion7-0/+1648
2016-04-25Add APIs to access dpdk informationTodd Foggoa (tfoggoa)2-0/+62
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion12-37/+36
2016-04-22Fix duplicate freeDave Barach1-1/+2
2016-04-22Use memory from other CPU sockets if there is no localDamjan Marion1-0/+11
2016-04-20Allow L3 forwarded jumbo packets on Bonded InterfacesJohn Lo1-16/+16
2016-04-20Cleaned up formatting in device.c - no functionality changes.Keith Burns (alagalah)1-64/+64
2016-04-18Add API to get the dpdk interface stats delta.Sean Hope4-22/+85
2016-04-18Add support for AArch32Christophe Fontaine4-12/+12
2016-04-17dpdk socket-mem handling optimizationsDamjan Marion2-67/+81
2016-04-15af_packet: clear bitmap entries when processing inputPeter Lei1-0/+1
2016-04-14Rework of DPDK PCI device uio driver binding processDamjan Marion1-301/+57
2016-04-14Init rte_mbuf length fields in af_packet driverDamjan Marion1-0/+5
2016-04-13VHOST counters reversedShesha Sreenivasamurthy2-7/+10
2016-04-11Bump DPDK 16.04 to RC4Damjan Marion1-0/+30
2016-04-11Add option to delete af_packet (host) interfacesPeter Lei3-0/+90
2016-04-08fix uninitialized vars warnings with -OsBenoƮt Ganne1-1/+1