c5ff3d7d26
bdev_virtio requires us to do SCSI inquiry for each device and wait for a response. It currently polls inline for this response, taking up entire reactor exclusively. Making it async would allow other pollers to run while bdev_virtio still has to wait. Change-Id: Iefc88e0a2efb5b791ffe23b2e623b7c50d759084 Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/375573 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>