summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk/vhost_user.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-2140/+0
2016-10-26dpdk: remove support for dpdk 2.2Damjan Marion1-15/+0
2016-10-13vpp_lite: add cpu pinning support (VPP-467)Pavel Kotucek1-1/+1
2016-09-23Fix eventfd leakage issue in vhost-user modeSteve Shin1-3/+37
2016-09-21dpdk: fix wrong tx ring size calculationsDamjan Marion1-2/+2
2016-09-20dpdk: use flags for identifying interface typesDamjan Marion1-5/+5
2016-08-25Fix issues with vhost-user when dpdk vhost-user is disabled, fixes VPP-347, V...Damjan Marion1-1/+13
2016-08-19vhost-user: unmap previously configured memory if necessarySteve Shin1-0/+3
2016-08-16Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248Damjan Marion1-943/+1132
2016-08-15Vhost-User: Fix calculate memory region sizeJianfeng Tan1-3/+3
2016-07-30Remove per-worker destination frame queueDamjan Marion1-3/+0
2016-07-27Vhost-User: Fix bind sockaddr lengthPierre Pfister1-5/+3
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+3
2016-07-14vhost-user: Reset virt-queue info when a vhost interface is disconnected.Steve Shin1-0/+16
2016-07-07Retire support for DPDK 2.1.0 and olderDamjan Marion1-53/+0
2016-07-01VPP-171: fix a set of hw interface recycling bugsDave Barach1-1/+1
2016-06-16Fix hugepage leak on VM terminationShesha Sreenivasamurthy1-0/+35
2016-06-14Retire io threads and main-thread-io modeDamjan Marion1-4/+1
2016-06-05Add per-device startup config supportDamjan Marion1-1/+1
2016-05-31VPP-102: vHost reconnect to previously used sockets on VPP restartJohn Lo1-0/+8
2016-05-25Move dpdk startup config data to separate structDamjan Marion1-10/+10
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister1-0/+1
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine1-9/+9
2016-04-29Improve performance of dpdk-vhost driverShesha Sreenivasamurthy1-0/+9
2016-04-27Live VM migration support for vhost-userShesha Sreenivasamurthy1-4/+58
2016-04-25Disable TSO/CSUM offloadingShesha Sreenivasamurthy1-0/+15
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-3/+3
2016-04-18Add support for AArch32Christophe Fontaine1-2/+2
2016-03-04Collect per Q stats for vhost-user interfaceShesha Sreenivasamurthy1-4/+8
2016-02-24Enable all vrings if PROTOCOL_FEATURES are not negotiatedShesha Sreenivasamurthy1-5/+22
2016-02-24Handle dynamic enable/disable VHOST_USER interfaceShesha Sreenivasamurthy1-6/+14
2016-02-23Fix warnings in vhost-user code with older version of DPDKDamjan Marion1-1/+5
2016-02-19Add custom mac address option to vhost interfaces.Pierre Pfister1-6/+15
2016-02-14Implement multiple TX queue sharingDamjan Marion1-9/+6
2016-02-10Compile with -Werror, so Jenkins will catch warningsDave Barach1-1/+1
2016-02-10Replace AC_PROG_LIBTOOL with LT_INITDave Barach1-1/+1
2016-02-10Vhost multi-q supportShesha Sreenivasamurthy1-100/+348
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1550