aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/format.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Add QEDE poll mode driver (librte_pmd_qede)Igor Mikhailov (imichail)1-0/+4
2018-06-26dpdk: display rx/tx burst function name in "show hardware detail"Damjan Marion1-0/+20
2018-06-07dpdk: failsafe PMD initialization codeRui Cai1-1/+1
2018-06-07Add support for DPDK 18.05Damjan Marion1-6/+14
2018-05-31dpdk: Decoupling the meaning of xd->device_index in dpdk_pluginRui Cai1-10/+11
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion1-2/+2
2018-05-29dpdk: Add PMD type for Cavium LiquidIO II CN23XXchuhong yao1-0/+4
2018-05-12dpdk: Add constants for failsafe PMDRui Cai1-1/+10
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion1-6/+6
2018-04-17dpdk: add additional fields to rte_mbuf trace printDamjan Marion1-2/+5
2018-04-17dpdk: print device flags in the 'show hardware' outputDamjan Marion1-0/+17
2018-03-09Coordinate known Ethernet speeds with Linux kernel and DPDKLee Roberts1-0/+16
2018-02-15dpdk: add support for DPDK 18.02, deprecate 17.08Damjan Marion1-4/+0
2018-01-09Patch ENA PMD to skip setting tx flags in rx pathMatthew Smith1-1/+1
2017-12-14Enable AWS ENA PMDMatthew Smith1-0/+4
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion1-2/+2
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion1-3/+9
2017-11-16dpdk: add additional data to TX traceDamjan Marion1-2/+7
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-10/+10
2017-09-13devices: Fix coverity discovered 9/13/2017Steven1-0/+1
2017-09-12devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ...Steven1-0/+7
2017-08-22dpdk: fix Cavium ThunderX supportDamjan Marion1-0/+4
2017-07-06dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion1-0/+4
2017-05-23Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE.Mohammed Hawari1-0/+8
2017-05-22dpdk: make dpdk global debug level configurableDamjan Marion1-30/+24
2017-05-15dpdk: improve error handling during device initializationDamjan Marion1-0/+20
2017-05-10dpdk: refactor interface speed detectionDamjan Marion1-0/+8
2017-05-08dpdk: use speed_capa to detect i40e device speedDamjan Marion1-0/+4
2017-04-22Fix multicast enable on the bonded interfaceSteve Shin1-1/+1
2017-04-11dpdk: use common interface placement infraDamjan Marion1-1/+1
2017-03-18Fix bonded interface name to use instance number starting from 0John Lo1-2/+2
2017-03-01dpdk: be a pluginDamjan Marion1-0/+754