aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk
AgeCommit message (Expand)AuthorFilesLines
2016-05-28VPP-96 ENID driver update for rx of jumbo pkts using muliple mbuf'sJohn Lo2-2/+2
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)2-2/+73
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 Sreenivasamurthy1-4/+58
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-25Add native NETMAP driverDamjan Marion1-0/+1
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 Marion6-21/+20
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 Fontaine1-2/+2
2016-04-17dpdk socket-mem handling optimizationsDamjan Marion2-67/+81
2016-04-14Rework of DPDK PCI device uio driver binding processDamjan Marion1-301/+57
2016-04-13VHOST counters reversedShesha Sreenivasamurthy2-7/+10
2016-04-11Bump DPDK 16.04 to RC4Damjan Marion1-0/+30
2016-04-07Enhance CLI/API Support for Bonded InterfaceJohn Lo1-11/+23
2016-04-01Add option to link DPDK dynamicallyDamjan Marion2-77/+83
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 Marion4-29/+28
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-14Declare node, hw_interface_class and device_class instances as externalDamjan Marion1-1/+1
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin1-3/+3
2016-03-14Do not use hugepages if none are available.Stefan Kobza1-2/+2
2016-03-04Allow dpdk linkstate and stat polling intervals to be set dynamically.Bud Grise2-5/+43
2016-03-04Collect per Q stats for vhost-user interfaceShesha Sreenivasamurthy5-9/+87
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 Barach1-11/+0
2016-03-01Dump DPDK physmem to stdout before allocating mbufsSean Hope1-0/+19
2016-03-01Add ability to filter and change MACsChristian Dechamplain2-0/+39
2016-03-01Fix for TX and RX descriptor queue lockupGeorgi Savov1-5/+11
2016-02-26Add packet tracing hintBud Grise1-27/+33
2016-02-26Move dpdk (un)format functions to separate c fileDamjan Marion6-767/+805
2016-02-25Add support of Ethernet link bonding utilizing DPDK link bondingJohn Lo3-2/+61
2016-02-25Fix indexing error in init.c for vnet dpdk.John Lo1-2/+2
2016-02-24Enable all vrings if PROTOCOL_FEATURES are not negotiatedShesha Sreenivasamurthy1-5/+22
2016-02-24Handle dynamic enable/disable VHOST_USER interfaceShesha Sreenivasamurthy4-11/+29
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-19Handle dpdk packet_types properlyDamjan Marion2-14/+45