aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk
AgeCommit message (Expand)AuthorFilesLines
2016-12-26dpdk: Add support for Mellanox ConnectX-4 devicesDamjan Marion4-33/+72
2016-12-20Improve dpdk-input node to handle drivers not setting mbuf PTYPEJohn Lo4-47/+108
2016-12-19dpdk: fix IV physical address in esp-decryptSergio Gonzalez Monroy1-2/+2
2016-12-19dpdk: fix dpdk-crypto-input packet traceSergio Gonzalez Monroy1-3/+4
2016-12-16Fix dpdk-input check for VLAN packets including VLAN strip caseJohn Lo1-1/+16
2016-12-12ipsec: go straight to lookup after esp encryptSergio Gonzalez Monroy1-4/+4
2016-12-09DPDK HQoS: enable vpp control plane thread connection to hqos threadJasvinder Singh2-4/+10
2016-12-08Fix bug in code for setting dpdk interface descriptors (VPP-552)Juraj Sloboda1-1/+1
2016-12-08dpdk: don't drop packets if l4 checksum is flagged as badDamjan Marion2-10/+2
2016-12-04Fix crash whith bonded ethernet / DPDK 16.11Alexander Popovsky2-4/+8
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-30Enabling AES-GCM-128 with 16B ICV supportRadu Nicolau4-88/+204
2016-11-28dpdk: add ipsec cryptodev supportSergio Gonzalez Monroy9-0/+2341
2016-11-23dpdk: input node next and error optimizationsDamjan Marion3-126/+117
2016-11-23Fix coverity warnings, VPP-486Dave Barach1-1/+1
2016-11-22dpdk: quad loop dpdk tx and code optimizationsDamjan Marion2-250/+179
2016-11-18dpdk: quad loop dpdk-input nodeDamjan Marion3-88/+206
2016-11-18CLI for access to HQoS queue statisticsDavid Hotham1-0/+115
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 Marion3-7/+10
2016-11-18dpdk: remove unused codeDamjan Marion2-112/+2
2016-11-17dpdk: remove efdDamjan Marion5-985/+41
2016-11-15threads: add support for multiple worker handoff queuesDamjan Marion1-35/+2
2016-11-15DPDK_HQoS: fix coverity warnings on uninitialized variablesJasvinder Singh1-3/+7
2016-11-09Fix a batch of coverity warnings, VPP-486Dave Barach2-1/+14
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion1-3/+1
2016-11-04feature: store arc index in vlib_bufferDamjan Marion1-1/+1
2016-11-02feature: all input nodes must have same nextsDamjan Marion2-56/+14
2016-11-02Allow empty DPDK device init configPierre Pfister1-0/+1
2016-11-01dpdk-hqos: don't hold up packets indefinitely under low loadDavid Hotham2-0/+34
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion1-0/+4
2016-11-01vppinfra: add STATIC_ASSERT macroDamjan Marion1-4/+9
2016-11-01dpdk: use u32 for next0Damjan Marion1-4/+4
2016-10-31Update _slabshr fields when updating HQoS masksDavid Hotham1-0/+6
2016-10-26dpdk: enable building with dpdk 16.11-rc1Damjan Marion2-0/+28
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion8-2599/+3
2016-10-26dpdk: remove support for dpdk 2.2Damjan Marion2-64/+0
2016-10-26dpdk: remove KNI supportDamjan Marion5-228/+2
2016-10-25dpdk: remove dpdk_pmd_constructor_initDamjan Marion1-71/+0
2016-10-13vpp_lite: add cpu pinning support (VPP-467)Pavel Kotucek3-6/+6
2016-10-05dpdk: fix issue in parsing startup.conf dpdk sectionDamjan Marion1-1/+1
2016-10-04Minor tweaks to hqos docChris Luke1-287/+404
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 Singh7-4/+1934
2016-09-27Fix hugepage detection issueDamjan Marion1-40/+5
2016-09-23Fix eventfd leakage issue in vhost-user modeSteve Shin1-3/+37
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns2-13/+4
2016-09-21dpdk: fix wrong tx ring size calculationsDamjan Marion4-27/+22
2016-09-20dpdk: move number of sub-interfaces to 2nd cacheline, introduce flagDamjan Marion3-20/+32