Spdk/module/event/subsystems
Alexey Marchuk fb4398ef4b nvmf: Correct the error path of transport creation.
An error might occur after succesful transport creation
when the new transport is added to nvmf poll groups, e.g.
in nvmf_transport_poll_group_create. In that case
transport is not detroyed and poll groups are not fully
functional. To correct this behaviour, destroy transport if
spdk_nvmf_tgt_add_transport fails. Also update nvmf_tgt
initialization step to check that all poll groups were
created.

Change-Id: I116e6944729d846c1755c2844c77825f65db8c12
Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9255
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2021-09-08 08:08:41 +00:00
..
accel event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
bdev event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
iscsi event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
nbd event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
nvmf nvmf: Correct the error path of transport creation. 2021-09-08 08:08:41 +00:00
scheduler scheduler: add scheduler subsystem JSON configuration 2021-09-07 07:33:03 +00:00
scsi event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
sock event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
vhost event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
vmd event: Shift subsystem initialization code to a separate library 2021-05-24 10:12:50 +00:00
Makefile scheduler: create public API and subsystem for scheduler/governor 2021-09-07 07:33:03 +00:00