From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] examples/vhost: introduce a new vhost-user-scsi sample application Date: Fri, 7 Jul 2017 13:07:34 +0800 Message-ID: <20170707050734.GW11626@yliu-home> References: <1499487291-17053-1-git-send-email-changpeng.liu@intel.com> <1499491297-17800-1-git-send-email-changpeng.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Changpeng Liu Return-path: Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by dpdk.org (Postfix) with ESMTP id 21C5C2C8 for ; Fri, 7 Jul 2017 07:07:43 +0200 (CEST) Received: by mail-pg0-f66.google.com with SMTP id d193so2691202pgc.2 for ; Thu, 06 Jul 2017 22:07:43 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1499491297-17800-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 Sat, Jul 08, 2017 at 01:21:37PM +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. Thanks. --yliu