From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 384B97CAE for ; Sun, 9 Jul 2017 18:42:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C4D8E2037D; Sun, 9 Jul 2017 12:42:09 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 09 Jul 2017 12:42:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=bWKtTg61Oe9V5ZB ci3ccfiFteOD3kwxOadnjE5U6AZo=; b=dZ34TEayQzPITu4+5ihnsScerN+AONG pHrJ+OKc0vvDnxvH4ChbECnkf0f8V8q63rb3VEDu8N5jXGCi3jyjm83IKwOQlHD6 DNP0ZK3njJui3m5+Qw9LO5+d5fExd8BxFPNdOBJ+hWF9DWEv4JylbrwEZmfY9K3X TfOqw/gaBeqQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=bWKtTg61Oe9V5ZBci3ccfiFteOD3kwxOadnjE5U6AZo=; b=ane1M9J9 wTUygdrXCrxk7CTHDFOoxmjiGGFiwWCsWvd6oi8+iGP61dOXigDJxMwMZoA67p0H aikkh/2VqrfzbemCiSOUbAzIl/wgRFhAuSEsI1dzkf77G7occl/QJANvUC3kgW70 X78nHytHW6hpApP3plVwReG5/hFyQVsOjn5r2G6gmXlbMmPMbb5bEF+PgOMM6J6K UyrKHkqiSSBf9OOsgY3ogYMtb1+eJUw2+KQEuBifHvLEZWhhvZ/IRYu9D2cPkX7C k4Qa/45HbNGpmH9leJG7G4VQr2TPRJaItGL9FE6TXi7rPMFT82m0zb9oOfacDpre 7IaFiZs3msdnfQ== X-ME-Sender: X-Sasl-enc: FLagZLD/3ZbbWPv9P45pklcjVKvVsLrn90Ucbz4aJiYT 1499618529 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 78D9C7E71B; Sun, 9 Jul 2017 12:42:09 -0400 (EDT) From: Thomas Monjalon To: Changpeng Liu Cc: dev@dpdk.org, yliu@fridaylinux.org Date: Sun, 09 Jul 2017 18:42:08 +0200 Message-ID: <1679620.cqT2jQoaJc@xps> In-Reply-To: <1499491297-17800-1-git-send-email-changpeng.liu@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] examples/vhost: introduce a new vhost-user-scsi sample application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 16:42:10 -0000 08/07/2017 07:21, Changpeng Liu: > 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 > --- Just checked the compilation, it fails for 32-bit.