aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion47-22733/+0
2016-12-26dpdk: Add support for Mellanox ConnectX-4 devicesDamjan Marion4-33/+72
2016-12-21API refactoring : vhost_userPavel Kotucek2-0/+387
2016-12-21API refactoring : netmapPavel Kotucek2-0/+211
2016-12-21API refactoring : af_packetPavel Kotucek2-0/+214
2016-12-20dpdk: fix advance header for ip4-no-checksumSergio Gonzalez Monroy1-0/+1
2016-12-20Improve dpdk-input node to handle drivers not setting mbuf PTYPEJohn Lo5-48/+111
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-08vhost: fix coverity warningPierre Pfister1-1/+1
2016-12-06vhost: Improve data pathPierre Pfister2-425/+663
2016-12-06vhost: Code cleaningPierre Pfister2-334/+237
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 Marion6-5/+1
2016-12-02Fix dpdk_validate_rte-mbuf for chained buffersPierre Pfister1-4/+5
2016-12-02feature: introduce feature arc end nodesDamjan Marion1-0/+1
2016-12-01doc: doxygen documentation for vhost-user CLI Commmands (VPP-279)Billy McFall2-3/+246
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-24vhost-user: add retry sequence in tx codeDamjan Marion1-176/+187
2016-11-24vhost: CLI delete interface by namePierre Pfister1-4/+11
2016-11-24vhost: Delete thread configuration when interface deletedPierre Pfister1-0/+2
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion5-40/+1
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 Marion5-88/+222
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-16vhost: Fix bug during interface deletionPierre Pfister1-0/+1
2016-11-15threads: add support for multiple worker handoff queuesDamjan Marion1-35/+2
2016-11-15span: add feature (rx only) (VPP-185)Pavel Kotucek1-0/+6
2016-11-15DPDK_HQoS: fix coverity warnings on uninitialized variablesJasvinder Singh1-3/+7
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion1-0/+1
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 Marion6-19/+24
2016-11-08Add the tap driver to the driver feature arc schemeDave Barach1-5/+7
2016-11-08vhost: Improve packet tracingPierre Pfister2-64/+133
2016-11-07pg: add device-input feature arc support on pg interfacesDamjan Marion1-3/+4
2016-11-07fix isssues discovered by coverity scanDamjan Marion1-2/+3
2016-11-04feature: store arc index in vlib_bufferDamjan Marion4-7/+7
2016-11-04vhost-user: multiqueue supportPierre Pfister2-199/+651