aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk/device.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-840/+0
2016-12-09DPDK HQoS: enable vpp control plane thread connection to hqos threadJasvinder Singh1-0/+2
2016-12-02interfaces: make no_flatten variant of inteface_ouptut fn defaultDamjan Marion1-1/+0
2016-12-02Fix dpdk_validate_rte-mbuf for chained buffersPierre Pfister1-4/+5
2016-11-23Fix coverity warnings, VPP-486Dave Barach1-1/+1
2016-11-22dpdk: quad loop dpdk tx and code optimizationsDamjan Marion1-249/+178
2016-11-17dpdk: remove efdDamjan Marion1-278/+36
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-176/+2
2016-10-26dpdk: remove KNI supportDamjan Marion1-126/+0
2016-09-30VPP-363: add ability to change mac address of the interfacePavel Kotucek1-0/+1
2016-09-28DPDK HQoS: Enable Hierarchical Scheduler in VPPJasvinder Singh1-1/+42
2016-09-21dpdk: fix wrong tx ring size calculationsDamjan Marion1-19/+17
2016-09-20dpdk: move number of sub-interfaces to 2nd cacheline, introduce flagDamjan Marion1-16/+26
2016-09-20dpdk: use flags for identifying interface typesDamjan Marion1-10/+10
2016-08-23dpdk: Remove obsolete VMXNET3 driver start/stop workaroundDamjan Marion1-58/+16
2016-08-16Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248Damjan Marion1-618/+693
2016-08-10VPP-189 Fix coverity warningsDave Barach1-1/+5
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+8
2016-07-19On bonded interface admin-down, should stop all slave linksJohn Lo1-0/+12
2016-07-07Retire support for DPDK 2.1.0 and olderDamjan Marion1-2/+0
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach1-4/+7
2016-06-14Retire io threads and main-thread-io modeDamjan Marion1-10/+0
2016-06-09VPP-106: fix performance hit due to unprefetched data readDave Barach1-4/+12
2016-05-25Move dpdk startup config data to separate structDamjan Marion1-3/+3
2016-05-23Move rte_delay_us_override so it overrides DPDKTodd Foggoa1-42/+1
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-0/+3
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine1-14/+14
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)1-2/+70
2016-04-25Add APIs to access dpdk informationTodd Foggoa (tfoggoa)1-0/+54
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-7/+7
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 Hope1-5/+39
2016-04-13VHOST counters reversedShesha Sreenivasamurthy1-2/+4
2016-03-29Allow vlans to be programmed on 40GE VF interfacesTodd Foggoa (tfoggoa)1-2/+4
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-10/+10
2016-03-04Collect per Q stats for vhost-user interfaceShesha Sreenivasamurthy1-2/+29
2016-03-01Add ability to filter and change MACsChristian Dechamplain1-0/+34
2016-03-01Fix for TX and RX descriptor queue lockupGeorgi Savov1-5/+11
2016-02-26Move dpdk (un)format functions to separate c fileDamjan Marion1-395/+0
2016-02-25Add support of Ethernet link bonding utilizing DPDK link bondingJohn Lo1-2/+9
2016-02-24Handle dynamic enable/disable VHOST_USER interfaceShesha Sreenivasamurthy1-5/+12
2016-02-23Enable DPDK KNI code based on DPDK configDamjan Marion1-1/+10
2016-02-14Implement multiple TX queue sharingDamjan Marion1-4/+5
2016-02-10Vhost multi-q supportShesha Sreenivasamurthy1-8/+24
2016-02-02Use per-thread vlib_mainShesha Sreenivasamurthy1-4/+8
2016-01-27Enable Chelsio T5 supportDamjan Marion1-1/+24
2015-12-16Introduce support for DPDK 2.2Damjan Marion1-9/+10
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1483