[dpdk-dev] [PATCH v3] examples/vhost: introduce a new vhost-user-scsi sample application

Yuanhan Liu yliu at fridaylinux.org
Sat Jul 8 04:53:01 CEST 2017


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


More information about the dev mailing list