Spdk/lib/bdev/virtio
Dariusz Stojaczyk f2d9e81581 virtio: remove init/attached vdev distinction
This distinction was required to
be able to check if device has been
scanned already. However, with the
upcoming eventq support it will
be possible to re-scan the device
at any time. We could move the
vdev back and forth between the
lists, bu now that SCSI devices have
their own virtio_scsi_dev struct,
we can remove this distinction and
check the scan status from within
the struct itself.

Change-Id: If57e7ce4b9ce900aa36a5aeba9e4b4a432d3c757
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/390109
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-12-05 23:06:38 -05:00
..
rte_virtio virtio: remove init/attached vdev distinction 2017-12-05 23:06:38 -05:00
bdev_virtio_rpc.c bdev/virtio: cleanup public API 2017-12-05 23:06:38 -05:00
bdev_virtio.c virtio: remove init/attached vdev distinction 2017-12-05 23:06:38 -05:00
bdev_virtio.h bdev/virtio: cleanup public API 2017-12-05 23:06:38 -05:00
Makefile rte_virtio: renamed virtio_dev.h to virtio.h 2017-11-21 17:21:00 -05:00