numam-spdk/test/unit/lib
Jim Harris e075a3dc7a bdev: track number of outstanding examinations
Add a new spdk_vbdev_module_examine_done() API which
vbdev modules can use to notify the generic bdev layer
once a base bdev examination is complete.

This is especially required for asynchronous vbdevs
like GPT which must issue I/O to the base bdev.

As part of this patch, add examine callbacks
for both split and error, which for now only call
this new functions.  Later patches will move code from
the init callback to the examine callback for these
modules.  examine callbacks are now required for all
vbdev modules.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I49f2d012d1675b878bcd23afff427c740c6502c7

Reviewed-on: https://review.gerrithub.io/368831
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-07-12 12:42:56 -04:00
..
bdev bdev: track number of outstanding examinations 2017-07-12 12:42:56 -04:00
blob test: move blob library unit tests to test/unit 2017-06-21 18:57:35 -04:00
ioat test: move IOAT library unit test to test/unit 2017-06-21 18:57:35 -04:00
iscsi scsi: added lun hotremove callback 2017-06-30 16:32:47 -04:00
json test/unit/json_util: initialize output object 2017-06-27 13:57:06 -04:00
jsonrpc jsonrpc: allow asynchronous request completion 2017-07-12 12:10:31 -04:00
log log: Remove configurable log facility 2017-07-05 19:28:29 -04:00
nvme update_firmware: Allow option to download and enable firmware image. 2017-07-07 17:12:57 -04:00
nvmf bdev: add spdk_bdev_open/close 2017-07-05 18:04:28 -04:00
scsi bdev: add spdk_bdev_open/close 2017-07-05 18:04:28 -04:00
util test: move lib/util unit tests to test/unit 2017-06-20 13:46:07 -04:00
Makefile test: move iSCSI unit tests to test/unit 2017-06-28 13:10:27 -04:00