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: Sat, 8 Jul 2017 10:53:01 +0800 Message-ID: <20170708025301.GZ11626@yliu-home> References: <1499487291-17053-1-git-send-email-changpeng.liu@intel.com> <1499491297-17800-1-git-send-email-changpeng.liu@intel.com> <1751065.JrkWm6ZIYu@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Changpeng Liu , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by dpdk.org (Postfix) with ESMTP id CB3712C8 for ; Sat, 8 Jul 2017 04:53:10 +0200 (CEST) Received: by mail-pf0-f195.google.com with SMTP id z6so6719845pfk.3 for ; Fri, 07 Jul 2017 19:53:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1751065.JrkWm6ZIYu@xps> 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 Fri, Jul 07, 2017 at 02:21:28PM +0200, Thomas Monjalon wrote: > 08/07/2017 07:21, Changpeng Liu: > > MAINTAINERS | 2 + > > doc/guides/sample_app_ug/vhost_scsi.rst | 110 +++++++ > > examples/Makefile | 2 +- > > examples/vhost_scsi/Makefile | 59 ++++ > > examples/vhost_scsi/scsi.c | 507 ++++++++++++++++++++++++++++++++ > > examples/vhost_scsi/scsi_spec.h | 488 ++++++++++++++++++++++++++++++ > > examples/vhost_scsi/vhost_scsi.c | 472 +++++++++++++++++++++++++++++ > > examples/vhost_scsi/vhost_scsi.h | 250 ++++++++++++++++ > > 8 files changed, 1889 insertions(+), 1 deletion(-) > > I think you are missing to update the doc index. Oops, right, and fixed. Thanks! --yliu