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