Spdk/module/event/subsystems
Ziye Yang 590b6e7507 nbd: Use async manner to stop nbd device.
Purpose: In order to free all the allocated resources.

Our current code uses sync behaviour, and it will not wait for all
the resources are freed if there is active I/Os, and thus we will
not free some resources, e.g., some fds will not be closed.

Signed-off-by: Ziye Yang <ziye.yang@intel.com>
Change-Id: Iaf9a606da2049ffd0096860c46d89d094038a5ff
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5601
Community-CI: Broadcom CI
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Sun Zhenyuan <sunzhenyuan@baidu.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: <dongx.yi@intel.com>
2020-12-28 14:05:15 +00:00
..
accel lib/accel: remove legacy config support for accel module register 2020-10-20 02:42:16 +00:00
bdev bdev_module: remove config_text 2020-10-21 02:25:45 +00:00
iscsi subsystem/iscsi: remove legacy config support 2020-10-20 08:53:53 +00:00
nbd nbd: Use async manner to stop nbd device. 2020-12-28 14:05:15 +00:00
net event: remove subsystem legacy config print 2020-10-21 02:25:45 +00:00
nvmf lib/jsonrpc: Add a new API to send response for writing bool result. 2020-11-16 15:08:47 +00:00
scsi event: remove subsystem legacy config print 2020-10-21 02:25:45 +00:00
sock sock: Save socket subsystem configuration in JSON format 2020-07-13 08:40:15 +00:00
vhost event: remove subsystem legacy config print 2020-10-21 02:25:45 +00:00
vmd lib/jsonrpc: Add a new API to send response for writing bool result. 2020-11-16 15:08:47 +00:00
Makefile sock: Add dependency on socket subsystem to other subsystems 2020-07-08 07:56:46 +00:00