From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B828EF72 for ; Wed, 2 Nov 2016 04:14:13 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 01 Nov 2016 20:14:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,582,1473145200"; d="scan'208";a="26420211" Received: from yliu-dev.sh.intel.com ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 01 Nov 2016 20:14:11 -0700 From: Yuanhan Liu To: dev@dpdk.org Date: Wed, 2 Nov 2016 11:14:58 +0800 Message-Id: <1478056501-9321-1-git-send-email-yuanhan.liu@linux.intel.com> X-Mailer: git-send-email 1.9.0 Subject: [dpdk-dev] [PATCH 0/3] vhost: comments and doc update due to vhost-cuse removal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 03:14:14 -0000 Here is a small patchset of updating vhost programming and sample guide and comments, due to the removal of vhost-cuse. --- Yuanhan Liu (3): doc: update vhost programming guide doc: update the vhost sample guide vhost: update comments doc/guides/prog_guide/vhost_lib.rst | 62 +- doc/guides/sample_app_ug/img/qemu_virtio_net.png | Bin 31557 -> 0 bytes doc/guides/sample_app_ug/img/tx_dpdk_testpmd.png | Bin 76019 -> 0 bytes doc/guides/sample_app_ug/img/vhost_net_arch.png | Bin 154920 -> 0 bytes .../sample_app_ug/img/vhost_net_sample_app.png | Bin 23800 -> 0 bytes .../sample_app_ug/img/virtio_linux_vhost.png | Bin 30290 -> 0 bytes doc/guides/sample_app_ug/index.rst | 10 - doc/guides/sample_app_ug/tep_termination.rst | 54 +- doc/guides/sample_app_ug/vhost.rst | 869 +++------------------ examples/tep_termination/main.c | 7 +- examples/vhost/main.c | 4 +- examples/vhost_xen/main.c | 3 +- lib/librte_vhost/rte_virtio_net.h | 5 +- lib/librte_vhost/vhost.c | 9 +- lib/librte_vhost/vhost.h | 4 +- 15 files changed, 148 insertions(+), 879 deletions(-) delete mode 100644 doc/guides/sample_app_ug/img/qemu_virtio_net.png delete mode 100644 doc/guides/sample_app_ug/img/tx_dpdk_testpmd.png delete mode 100644 doc/guides/sample_app_ug/img/vhost_net_arch.png delete mode 100644 doc/guides/sample_app_ug/img/vhost_net_sample_app.png delete mode 100644 doc/guides/sample_app_ug/img/virtio_linux_vhost.png -- 1.9.0