aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2016-12-21API refactoring : vhost_userPavel Kotucek2-0/+387
2016-12-08vhost: fix coverity warningPierre Pfister1-1/+1
2016-12-06vhost: Improve data pathPierre Pfister2-425/+663
2016-12-06vhost: Code cleaningPierre Pfister2-334/+237
2016-12-02interfaces: make no_flatten variant of inteface_ouptut fn defaultDamjan Marion1-1/+0
2016-12-01doc: doxygen documentation for vhost-user CLI Commmands (VPP-279)Billy McFall2-3/+246
2016-11-24vhost-user: add retry sequence in tx codeDamjan Marion1-176/+187
2016-11-24vhost: CLI delete interface by namePierre Pfister1-4/+11
2016-11-24vhost: Delete thread configuration when interface deletedPierre Pfister1-0/+2
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-4/+0
2016-11-16vhost: Fix bug during interface deletionPierre Pfister1-0/+1
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion1-3/+1
2016-11-08vhost: Improve packet tracingPierre Pfister2-64/+133
2016-11-04feature: store arc index in vlib_bufferDamjan Marion1-2/+2
2016-11-04vhost-user: multiqueue supportPierre Pfister2-199/+651
2016-11-02feature: all input nodes must have same nextsDamjan Marion1-16/+6
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion1-0/+6
2016-10-31vhost-user: fix crash in vhost_user_intfc_tx (VPP-519)Damjan Marion1-6/+0
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-2/+0
2016-10-26dpdk: remove support for dpdk 2.2Damjan Marion1-4/+0
2016-10-13vhost-user: Add reconnect supportDamjan Marion1-0/+1
2016-10-03vhost-user: avoid branching during prefetchDamjan Marion1-5/+2
2016-10-03vhost: predict map_guest_mem returns similar results over timePierre Pfister1-13/+44
2016-09-23Fix eventfd leakage issue in vhost-user modeSteve Shin1-3/+20
2016-09-22vhost-user: branchless SSE4.2 implementation of map_guest_mem()Damjan Marion2-0/+45
2016-09-22vhost-user: remove dependency on dpdk codeDamjan Marion2-16/+24
2016-09-20fd closed twiceEyal Bari1-1/+2
2016-09-20vhost-user: announce VIRTIO_F_VERSION_1Damjan Marion2-2/+4
2016-09-07Vhost-User: Implement Indirect DescriptorsPierre Pfister2-94/+182
2016-08-25Fix issues with vhost-user when dpdk vhost-user is disabled, fixes VPP-347, V...Damjan Marion2-6/+48
2016-08-17Coding standards cleanup in vnet/vnet/devices, fixes VPP-248Damjan Marion2-1150/+1410
2016-08-16Fix coverity issues in vhost-user code, fixes VPP-189Damjan Marion1-1/+4
2016-07-27Vhost-User: Fix bind sockaddr lengthPierre Pfister1-7/+9
2016-07-07Retire support for DPDK 2.1.0 and olderDamjan Marion1-4/+0
2016-06-14Retire io threads and main-thread-io modeDamjan Marion1-9/+1
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister1-1/+1
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-0/+5
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine1-4/+4
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)1-1/+1
2016-04-27Live VM migration support for vhost-userShesha Sreenivasamurthy1-0/+5
2016-04-25Fix vpp crash in DBG modeShesha Sreenivasamurthy1-1/+2
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-7/+7
2016-03-29Add DPDK 16.04-rc2 supportDamjan Marion1-2/+2
2016-03-14Better match vhost-user specification for live migrationYoann Desmouceaux2-2/+10
2016-02-25Add live migration support to (non-dpdk) vhost-user driverYoann Desmouceaux2-8/+144
2016-02-24Enable all vrings if PROTOCOL_FEATURES are not negotiatedShesha Sreenivasamurthy1-0/+1
2016-02-19Add custom mac address option to vhost interfaces.Pierre Pfister2-6/+13
2016-02-18Add jumbo frames support to non-dpdk vhost interfaces.Pierre Pfister1-290/+229
2016-02-10Vhost multi-q supportShesha Sreenivasamurthy1-0/+18
2016-01-12Avoid crash in vhost-user driver when running multithreadedDamjan Marion1-0/+6