aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2017-08-25dpdk: bump to dpdk 17.08, remove support for dpdk 17.02Damjan Marion5-35/+4
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy8-210/+461
2017-08-24Make VPP runtime directory configurableDamjan Marion1-16/+13
2017-08-22dpdk: fix Cavium ThunderX supportDamjan Marion2-0/+5
2017-08-14dpdk: cleanup unused build option *_uses_dpdk_cryptodev_swSergio Gonzalez Monroy1-11/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-0/+1
2017-07-18TCP/UDP checksum offload APIDave Barach3-0/+52
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-3/+4
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-1/+7
2017-07-13dpdk: fix dpdk_buffer_pool_create nameChris Luke3-3/+6
2017-07-12dpdk: prefetch 2nd cacheline of rte_mbuf during txDamjan Marion1-1/+1
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion1-65/+4
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin1-3/+3
2017-07-06dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion3-0/+7
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke1-9/+5
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo3-8/+85
2017-06-09dpdk: fix ipsec coverity warningSergio Gonzalez Monroy1-2/+2
2017-06-07dpdk: ipsec fixesSergio Gonzalez Monroy2-43/+43
2017-06-07dpdk: fix ipsec coverity warningsSergio Gonzalez Monroy1-2/+3
2017-05-23Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE.Mohammed Hawari3-1/+16
2017-05-22dpdk: make dpdk global debug level configurableDamjan Marion3-33/+30
2017-05-17dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05Damjan Marion1-0/+4
2017-05-16Fix regression of setting device to admin-down stateJohn Lo1-5/+4
2017-05-15dpdk: Enable hardware CRC strip for Intel VFsDamjan Marion1-0/+5
2017-05-15dpdk: improve error handling during device initializationDamjan Marion6-79/+98
2017-05-15[plugins/dpdk] Support for CLIB_HAVE_64 (aarch64)Christophe Fontaine1-0/+13
2017-05-11dpdk: bump to dpdk 17.05Damjan Marion4-22/+16
2017-05-10dpdk: refactor interface speed detectionDamjan Marion3-98/+42
2017-05-09dpdk: refactor setup, start, stop codeDamjan Marion4-87/+166
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-3/+3
2017-05-08dpdk: use speed_capa to detect i40e device speedDamjan Marion3-19/+13
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