From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] examples/vhost: introduce a new vhost-user-scsi sample application Date: Fri, 07 Jul 2017 14:21:28 +0200 Message-ID: <1751065.JrkWm6ZIYu@xps> 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" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yuanhan Liu To: Changpeng Liu Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AAABF2C8 for ; Fri, 7 Jul 2017 14:21:29 +0200 (CEST) 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" 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.