aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk/init.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-1803/+0
2016-12-26dpdk: Add support for Mellanox ConnectX-4 devicesDamjan Marion1-26/+60
2016-12-20Improve dpdk-input node to handle drivers not setting mbuf PTYPEJohn Lo1-0/+3
2016-11-23dpdk: input node next and error optimizationsDamjan Marion1-5/+0
2016-11-22dpdk: quad loop dpdk tx and code optimizationsDamjan Marion1-1/+1
2016-11-18dpdk: quad loop dpdk-input nodeDamjan Marion1-0/+1
2016-11-18Fix bug in configure 'vlan-strip-offload on' first, then configure "set inter...jerryian1-0/+1
2016-11-18dpdk: maintain per-worker trace bufferDamjan Marion1-0/+3
2016-11-17dpdk: remove efdDamjan Marion1-8/+1
2016-11-09Fix a batch of coverity warnings, VPP-486Dave Barach1-1/+1
2016-11-02Allow empty DPDK device init configPierre Pfister1-0/+1
2016-11-01vppinfra: add STATIC_ASSERT macroDamjan Marion1-4/+9
2016-10-26dpdk: enable building with dpdk 16.11-rc1Damjan Marion1-0/+8
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-40/+0
2016-10-26dpdk: remove support for dpdk 2.2Damjan Marion1-49/+0
2016-10-26dpdk: remove KNI supportDamjan Marion1-74/+0
2016-10-13vpp_lite: add cpu pinning support (VPP-467)Pavel Kotucek1-2/+2
2016-10-05dpdk: fix issue in parsing startup.conf dpdk sectionDamjan Marion1-1/+1
2016-09-28DPDK HQoS: Enable Hierarchical Scheduler in VPPJasvinder Singh1-3/+85
2016-09-27Fix hugepage detection issueDamjan Marion1-40/+5
2016-09-21dpdk: fix wrong tx ring size calculationsDamjan Marion1-2/+2
2016-09-20dpdk: use flags for identifying interface typesDamjan Marion1-4/+4
2016-09-13Add some help into startup.confDamjan Marion1-0/+2
2016-09-07Fix MTU size for the bonded interfaceSteve Shin1-0/+12
2016-08-23Fix PCI vendor_id/device_id detection for SR-IOV devicesDamjan Marion1-9/+7
2016-08-23dpdk: Remove obsolete VMXNET3 driver start/stop workaroundDamjan Marion1-10/+14
2016-08-16Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248Damjan Marion1-775/+846
2016-08-16Fix coverity issues in DPDK code, fixes VPP-189Damjan Marion1-5/+17
2016-08-10VPP-189 Fix coverity warningsDave Barach1-4/+20
2016-07-30Remove per-worker destination frame queueDamjan Marion1-6/+0
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+8
2016-07-21Add support for Chelsio T540-CR and T580-CRDamjan Marion1-0/+6
2016-07-21Improve interface naming for NICs ports sharing same PCI IDDamjan Marion1-0/+27
2016-07-19On bonded interface admin-down, should stop all slave linksJohn Lo1-12/+6
2016-07-09dpdk: disable CRC strippingDamjan Marion1-1/+1
2016-07-08Allow DPDK per interface startup config to enable/disable VLAN strippingJohn Lo1-8/+22
2016-07-07Retire support for DPDK 2.1.0 and olderDamjan Marion1-48/+2
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion1-1/+1
2016-06-28Reduce ring size for dpdk NICs and overtal mem footprintDamjan Marion1-1/+1
2016-06-17VNET: Initialization support for NXP DPAA2 poll mode driverSachin1-0/+3
2016-06-14Add dpdk per-interface startup config parameter to support rss-flagSrivatsa Sangli1-1/+11
2016-06-14Add dpdk per-interface startup config parameter to specify worker threadsDamjan Marion1-23/+53
2016-06-14Retire io threads and main-thread-io modeDamjan Marion1-17/+3
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-06Add startup conf options to set per-interface descriptor ring sizeDamjan Marion1-1/+9
2016-06-05Add per-device startup config supportDamjan Marion1-66/+151
2016-06-04Add dpdk config parameter: poll-sleep <nn>Dave Barach1-1/+3
2016-05-28VPP-96 ENID driver update for rx of jumbo pkts using muliple mbuf'sJohn Lo1-2/+1
2016-05-25Move dpdk startup config data to separate structDamjan Marion1-90/+92