From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: [PATCH 0/3] vhost: comments and doc update due to vhost-cuse removal Date: Wed, 2 Nov 2016 11:14:58 +0800 Message-ID: <1478056501-9321-1-git-send-email-yuanhan.liu@linux.intel.com> To: dev@dpdk.org 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) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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