aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Add some help into startup.confDamjan Marion1-0/+2
2016-09-12af_packet: allocate per-worker list of free buffersDamjan Marion3-8/+15
2016-09-07Fix MTU size for the bonded interfaceSteve Shin1-0/+12
2016-09-07Vhost-User: Implement Indirect DescriptorsPierre Pfister2-94/+182
2016-09-06VPP-346 More VPP doc fixesChris Luke1-2/+2
2016-08-25Fix issues with vhost-user when dpdk vhost-user is disabled, fixes VPP-347, V...Damjan Marion3-7/+61
2016-08-23Fix PCI vendor_id/device_id detection for SR-IOV devicesDamjan Marion1-9/+7
2016-08-23dpdk: Remove obsolete VMXNET3 driver start/stop workaroundDamjan Marion5-128/+68
2016-08-19vhost-user: unmap previously configured memory if necessarySteve Shin1-0/+3
2016-08-17Coding standards cleanup in vnet/vnet/devices, fixes VPP-248Damjan Marion19-2975/+3646
2016-08-16Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248Damjan Marion8-3635/+4146
2016-08-16Fix coverity issues in DPDK code, fixes VPP-189Damjan Marion3-7/+18
2016-08-16Fix coverity issues in vhost-user code, fixes VPP-189Damjan Marion1-1/+4
2016-08-15Vhost-User: Fix calculate memory region sizeJianfeng Tan1-3/+3
2016-08-10VPP-189 Fix coverity warningsDave Barach6-22/+50
2016-07-30Remove per-worker destination frame queueDamjan Marion3-12/+0
2016-07-28VPP-189 More coverity bug fixesDave Barach2-2/+3
2016-07-27Vhost-User: Fix bind sockaddr lengthPierre Pfister2-12/+12
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion7-10/+78
2016-07-21Add support for Chelsio T540-CR and T580-CRDamjan Marion1-0/+6
2016-07-21Improve interface naming for NICs ports sharing same PCI IDDamjan Marion3-16/+31
2016-07-19On bonded interface admin-down, should stop all slave linksJohn Lo2-12/+18
2016-07-18Output format change from "vlan 802.1q" to "802.1q vlan", addition to VPP-111marek zavodsky1-1/+1
2016-07-14vhost-user: Reset virt-queue info when a vhost interface is disconnected.Steve Shin1-0/+16
2016-07-14Show 802.1q/802.1ah details in the trace output, fixes VPP-111marek zavodsky2-6/+38
2016-07-09dpdk: disable CRC strippingDamjan Marion1-1/+1
2016-07-08Allow DPDK per interface startup config to enable/disable VLAN strippingJohn Lo2-8/+27
2016-07-07Document more nodesDave Barach1-0/+42
2016-07-07Retire support for DPDK 2.1.0 and olderDamjan Marion8-197/+2
2016-07-06Retire PLATFORM=virlDamjan Marion1-1/+1
2016-07-06Netmap: Fix Netmap Polling IssueMohsin KAZMI1-7/+31
2016-07-01VPP-171: fix a set of hw interface recycling bugsDave Barach1-1/+1
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion5-597/+1
2016-06-28Fix native build on non x86_64 systemsDamjan Marion1-0/+2
2016-06-28Reduce ring size for dpdk NICs and overtal mem footprintDamjan Marion3-7/+7
2016-06-25Netmap: Resolve interface state issueMohsin KAZMI1-3/+0
2016-06-25vhost-dpdk: dequeue size fixZhihong Wang1-4/+12
2016-06-25add buf_physaddr to dpdk traceGeorgii Tkachuk1-2/+2
2016-06-24netmap: multithreading supportMohsin KAZMI4-16/+70
2016-06-18Fix node registration in ixge driverDamjan Marion1-2/+1
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach5-9/+7
2016-06-17VNET: Initialization support for NXP DPAA2 poll mode driverSachin3-1/+13
2016-06-16Fix hugepage leak on VM terminationShesha Sreenivasamurthy2-0/+36
2016-06-14Add dpdk per-interface startup config parameter to support rss-flagSrivatsa Sangli3-6/+43
2016-06-14Add dpdk per-interface startup config parameter to specify worker threadsDamjan Marion2-23/+54
2016-06-14Retire io threads and main-thread-io modeDamjan Marion8-995/+18
2016-06-13Add worker-handoff nodeDamjan Marion2-436/+43
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion3-2/+12
2016-06-09VPP-106: fix performance hit due to unprefetched data readDave Barach3-6/+17
2016-06-09Fix DPDK init crash if bonded interface is created by startup confJohn Lo1-7/+10