aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2016-06-09VPP-106: fix performance hit due to unprefetched data readDave Barach3-6/+17
2016-05-31VPP-102: vHost reconnect to previously used sockets on VPP restartJohn Lo1-0/+8
2016-05-28VPP-96 ENID driver update for rx of jumbo pkts using muliple mbuf'sJohn Lo2-2/+2
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
2016-04-07Enhance CLI/API Support for Bonded InterfaceJohn Lo1-11/+23
2016-04-05host-interface admin down/up does not bring the interface upAlpesh Patel1-1/+9
2016-04-01Add option to link DPDK dynamicallyDamjan Marion2-77/+83
2016-03-29Add DPDK 16.04-rc2 supportDamjan Marion1-2/+2
2016-03-29Support per-interface packet rx redirectionDave Barach2-1/+5
2016-03-29Increment MRU if hardware supports CRC strippingJurek Matuszewski1-3/+27
2016-03-29Allow vlans to be programmed on 40GE VF interfacesTodd Foggoa (tfoggoa)1-2/+4
2016-03-29Mark some show commands as mp safeTodd Foggoa (tfoggoa)1-1/+4
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion6-35/+32
2016-03-25Remove unnecesary clib_bitmap_set from af_packet input nodeDamjan Marion1-1/+0
2016-03-23Add dpdk vmxnet3 driver patch and init.c change to allow jumbo packetsJohn Lo1-17/+0
2016-03-17Don't stop binding pci device if write to new_id failsDamjan Marion1-2/+0
2016-03-16af_packet: vec functions should not be used on poolDamjan Marion3-5/+5
2016-03-16Add vpp native linux kernel AF_PACKET interface supportDamjan Marion5-0/+902
2016-03-14Declare node, hw_interface_class and device_class instances as externalDamjan Marion2-2/+2
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin2-4/+4
2016-03-14Better match vhost-user specification for live migrationYoann Desmouceaux2-2/+10
2016-03-14Do not use hugepages if none are available.Stefan Kobza1-2/+2