Spdk/test/nvmf
Tomasz Zawadzki 5f6306ea24 bdev/gpt: free base bdev_part in gpt after examining
Currently GPT keeps the bdev it is examining open, even after determining there is no GPT on it.
It is due to spdk_gpt_base_free() not notifying bdev layer to free base bdev_part.

Additionally release of bdev module for that bdev was moved to bdev_part_free,
as the module is not claimed until bdev_part on base bdev are created.

Functional tests added to verify the changes.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Id75f88259267847e8ec476d19750dc1e2690f11a
Reviewed-on: https://review.gerrithub.io/378621
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>
2017-09-14 13:39:29 -04:00
..
discovery bdev/gpt: free base bdev_part in gpt after examining 2017-09-14 13:39:29 -04:00
filesystem nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
fio nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
host nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
multiconnection nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
nvme_cli nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
rpc nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
shutdown nvmf: add AllowAnyHost option to subsystems 2017-09-05 13:03:09 -04:00
common.sh test/nvmf: fix bash syntax error in common.sh 2017-08-09 18:24:56 -04:00
nvmf.conf log: Remove configurable log facility 2017-07-05 19:28:29 -04:00
nvmf.sh test/nvmf: configure all nics when running NVMF tests. 2017-08-09 13:36:33 -04:00