aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Add interface rx mode commands, unify rx mode and placement CLIDamjan Marion1-5/+5
2017-05-02dpdk: remove unused codeDamjan Marion5-64/+3
2017-04-28dpdk: cryptodev support enabled by defaultSergio Gonzalez Monroy6-28/+8
2017-04-27dpdk: cleanup, move APIs to separate .c fileDamjan Marion4-327/+336
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-31/+4
2017-04-22Fix multicast enable on the bonded interfaceSteve Shin2-1/+13
2017-04-11dpdk: use common interface placement infraDamjan Marion6-301/+64
2017-04-07Fix init of ENIC driver to allow receiving of jumbo packetsJohn Lo1-49/+27
2017-04-07MPLS McastNeale Ranns1-1/+1
2017-04-06Use thread local storage for thread indexDamjan Marion14-49/+52
2017-03-31dpdk: add support for Mellanox ConnectX-5 devicesDamjan Marion1-1/+4
2017-03-22Update MAC address kept for Bonded Interface and its SlavesJohn Lo1-23/+32
2017-03-22vlib: add description field in plugin registrationDamjan Marion1-0/+1
2017-03-18Fix bonded interface name to use instance number starting from 0John Lo3-5/+7
2017-03-17Fix bonded ethernet PMD name for DPDK 17.02Alexander Popovsky (apopovsk)2-7/+24
2017-03-14Fix packet trace output: dpdk_rx_trace must decode the actual ethertypeDave Barach1-1/+31
2017-03-13VPP-279: Document changes for vnet/vnet/devicesBilly McFall4-4/+93
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-6/+2
2017-03-09include rte_config header before any other dpdk includeGabriel Ganne1-0/+1
2017-03-08dpdk: dpdk-input optimizations and fixesDamjan Marion3-96/+122
2017-03-08Change dpdk input node fixed-sleep units to usecDave Barach3-5/+5
2017-03-08dpdk: Fixed QAT devices binding, bind the VFs onlyRadu Nicolau1-3/+7
2017-03-06features: take device-input buffer advance value directlyDamjan Marion1-4/+2
2017-03-06dpdk: init.c should be under device/Damjan Marion1-0/+0
2017-03-04Fix duplicate binary API registration messages / bugsDave Barach1-2/+2
2017-03-02Determine pkt type in dpdk-input node using ethertype only (VPP-647)John Lo1-52/+22
2017-03-01dpdk: be a pluginDamjan Marion26-0/+12171