[dpdk-dev] [PATCH v2] vhost: delete vhost scsi example
David Marchand
david.marchand at redhat.com
Thu Oct 24 11:55:01 CEST 2019
On Thu, Oct 24, 2019 at 11:50 AM Maxime Coquelin
<maxime.coquelin at redhat.com> wrote:
>
>
>
> On 10/24/19 12:21 PM, Jin Yu 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>
> > ---
> > V2 - delete the left trace
> > ---
> > MAINTAINERS | 2 -
> > doc/guides/sample_app_ug/index.rst | 1 -
> > doc/guides/sample_app_ug/vhost_scsi.rst | 77 ----
> > examples/Makefile | 2 +-
> > examples/meson.build | 2 +-
> > 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 ----
> > 11 files changed, 2 insertions(+), 1717 deletions(-)
> > delete mode 100644 doc/guides/sample_app_ug/vhost_scsi.rst
> > 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
>
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Maxime,
When applying, can you add a little note in the release notes to
indicate this example removal ?
Thanks.
--
David Marchand
More information about the dev
mailing list