From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v5] examples/vhost: introduce a new vhost-user-scsi sample application Date: Thu, 20 Jul 2017 03:48:52 +0800 Message-ID: <20170719194852.GA11626@yliu-home> References: <1500106836-20010-1-git-send-email-changpeng.liu@intel.com> <1500542189-6717-1-git-send-email-changpeng.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Thomas Monjalon To: Changpeng Liu Return-path: Received: from mail-pg0-f68.google.com (mail-pg0-f68.google.com [74.125.83.68]) by dpdk.org (Postfix) with ESMTP id CAA78231E for ; Wed, 19 Jul 2017 21:49:00 +0200 (CEST) Received: by mail-pg0-f68.google.com with SMTP id t8so808629pgs.4 for ; Wed, 19 Jul 2017 12:49:00 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1500542189-6717-1-git-send-email-changpeng.liu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jul 20, 2017 at 05:16:29PM +0800, Changpeng Liu wrote: > vhost-user protocol is common to many virtio devices, such as > virtio_net/virtio_scsi/virtio_blk. Since DPDK vhost library > removed the NET specific data structures, the vhost library > is common to other virtio devices, such as virtio-scsi. > > Here we introduce a simple memory based block device that > can be presented to Guest VM through vhost-user-scsi-pci > controller. Similar with vhost-net, the sample application > will process the I/Os sent via virt rings. > > Signed-off-by: Changpeng Liu Applied to dpdk-next-virtio. --yliu