[dpdk-dev] [PATCH v2] vhost: delete vhost scsi example

Maxime Coquelin maxime.coquelin at redhat.com
Thu Oct 24 12:19:27 CEST 2019



On 10/24/19 11:49 AM, Maxime Coquelin 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>
> 
> Thanks,
> Maxime
> 


Applied to dpdk-next-virtio/master.

Thanks,
Maxime



More information about the dev mailing list