[dpdk-dev] [PATCH] vhost: delete vhost scsi example
Yu, Jin
jin.yu at intel.com
Thu Oct 24 04:42:44 CEST 2019
> -----Original Message-----
> From: David Marchand [mailto:david.marchand at redhat.com]
> Sent: Wednesday, October 23, 2019 9:52 PM
> To: Yu, Jin <jin.yu at intel.com>
> Cc: dev <dev at dpdk.org>; Liu, Changpeng <changpeng.liu at intel.com>;
> Maxime Coquelin <maxime.coquelin at redhat.com>; Bie, Tiwei
> <tiwei.bie at intel.com>; Wang, Zhihong <zhihong.wang at intel.com>
> Subject: Re: [dpdk-dev] [PATCH] vhost: delete vhost scsi example
>
> On Wed, Oct 23, 2019 at 10:20 AM Jin Yu <jin.yu at intel.com> wrote:
> >
> > This example is too old and SPDK will not maintain this example
> > anymore. Also SPDK has submitted a new vhost example vhost-blk.
> > We will keep on maintaining vhost-blk and It shows the packed ring and
> > live recovery support.
> >
> > Signed-off-by: Jin Yu <jin.yu at intel.com>
> > ---
> > examples/vhost_scsi/Makefile | 69 -----
> > examples/vhost_scsi/meson.build | 21 --
> > examples/vhost_scsi/scsi.c | 515 -------------------------------
> > examples/vhost_scsi/scsi_spec.h | 464 ----------------------------
> > examples/vhost_scsi/vhost_scsi.c | 487 -----------------------------
> > examples/vhost_scsi/vhost_scsi.h | 79 -----
> > 6 files changed, 1635 deletions(-)
> > delete mode 100644 examples/vhost_scsi/Makefile delete mode 100644
> > examples/vhost_scsi/meson.build delete mode 100644
> > examples/vhost_scsi/scsi.c delete mode 100644
> > examples/vhost_scsi/scsi_spec.h delete mode 100644
> > examples/vhost_scsi/vhost_scsi.c delete mode 100644
> > examples/vhost_scsi/vhost_scsi.h
>
> http://mails.dpdk.org/archives/test-report/2019-October/104036.html
>
>
> Did you check that there is no trace left ?
>
> A quick grep gives me:
>
> $ git grep -l vhost_scsi
> MAINTAINERS
> doc/guides/sample_app_ug/index.rst
> doc/guides/sample_app_ug/vhost_scsi.rst
> examples/Makefile
> examples/meson.build
> examples/vhost_scsi/Makefile
> examples/vhost_scsi/meson.build
> examples/vhost_scsi/scsi.c
> examples/vhost_scsi/vhost_scsi.c
> examples/vhost_scsi/vhost_scsi.h
Have fixed it.
Thanks.
>
>
> --
> David Marchand
More information about the dev
mailing list