aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk/dpdk.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-534/+0
2016-12-26dpdk: Add support for Mellanox ConnectX-4 devicesDamjan Marion1-0/+2
2016-12-20Improve dpdk-input node to handle drivers not setting mbuf PTYPEJohn Lo1-7/+7
2016-12-08dpdk: don't drop packets if l4 checksum is flagged as badDamjan Marion1-1/+0
2016-12-04Fix crash whith bonded ethernet / DPDK 16.11Alexander Popovsky1-1/+1
2016-11-23dpdk: input node next and error optimizationsDamjan Marion1-3/+0
2016-11-18dpdk: quad loop dpdk-input nodeDamjan Marion1-0/+1
2016-11-18dpdk: maintain per-worker trace bufferDamjan Marion1-1/+1
2016-11-17dpdk: remove efdDamjan Marion1-94/+1
2016-11-02feature: all input nodes must have same nextsDamjan Marion1-12/+1
2016-11-01dpdk-hqos: don't hold up packets indefinitely under low loadDavid Hotham1-0/+5
2016-10-26dpdk: enable building with dpdk 16.11-rc1Damjan Marion1-0/+20
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-101/+0
2016-10-26dpdk: remove KNI supportDamjan Marion1-8/+1
2016-10-25dpdk: remove dpdk_pmd_constructor_initDamjan Marion1-71/+0
2016-09-28DPDK HQoS: Enable Hierarchical Scheduler in VPPJasvinder Singh1-0/+89
2016-09-21dpdk: fix wrong tx ring size calculationsDamjan Marion1-4/+1
2016-09-20dpdk: move number of sub-interfaces to 2nd cacheline, introduce flagDamjan Marion1-3/+4
2016-09-20dpdk: use flags for identifying interface typesDamjan Marion1-11/+5
2016-08-23dpdk: Remove obsolete VMXNET3 driver start/stop workaroundDamjan Marion1-2/+3
2016-08-16Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248Damjan Marion1-161/+168
2016-07-30Remove per-worker destination frame queueDamjan Marion1-3/+0
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+19
2016-07-21Improve interface naming for NICs ports sharing same PCI IDDamjan Marion1-0/+2
2016-07-08Allow DPDK per interface startup config to enable/disable VLAN strippingJohn Lo1-0/+5
2016-07-07Retire support for DPDK 2.1.0 and olderDamjan Marion1-13/+0
2016-07-06Retire PLATFORM=virlDamjan Marion1-1/+1
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion1-23/+0
2016-06-28Reduce ring size for dpdk NICs and overtal mem footprintDamjan Marion1-1/+1
2016-06-17VNET: Initialization support for NXP DPAA2 poll mode driverSachin1-1/+6
2016-06-16Fix hugepage leak on VM terminationShesha Sreenivasamurthy1-0/+1
2016-06-14Add dpdk per-interface startup config parameter to support rss-flagSrivatsa Sangli1-1/+3
2016-06-14Add dpdk per-interface startup config parameter to specify worker threadsDamjan Marion1-0/+1
2016-06-14Retire io threads and main-thread-io modeDamjan Marion1-12/+1
2016-06-13Add worker-handoff nodeDamjan Marion1-4/+0
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion1-0/+1
2016-06-09VPP-106: fix performance hit due to unprefetched data readDave Barach1-0/+3
2016-06-06Add startup conf options to set per-interface descriptor ring sizeDamjan Marion1-1/+3
2016-06-05Add per-device startup config supportDamjan Marion1-4/+20
2016-06-04Add dpdk config parameter: poll-sleep <nn>Dave Barach1-0/+3
2016-05-25Move dpdk startup config data to separate structDamjan Marion1-31/+39
2016-05-23Move rte_delay_us_override so it overrides DPDKTodd Foggoa1-0/+5
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-2/+3
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)1-0/+3
2016-04-28Add histogram to frame queue tracingBud Grise1-0/+8
2016-04-25Add APIs to access dpdk informationTodd Foggoa (tfoggoa)1-0/+8
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-1/+0
2016-04-18Add API to get the dpdk interface stats delta.Sean Hope1-0/+5
2016-04-01Add option to link DPDK dynamicallyDamjan Marion1-0/+83
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-1/+0