Spdk/module/bdev/nvme
Changpeng Liu 597a7d08b5 bdev/nvme: use g_nvme_bdev_ctrlrs as the poll group io device
IO device "bdev_nvme_poll_groups" is not unregistered in the finish
module, so we need to unregister this io device, since the "nvme_if"
is staic variable in bdev_nvme.c, it's can't be accessed in common.c
so we use "g_nvme_bdev_ctrlrs" instead.

Change-Id: Id4675f5acc8f386609903497da5ca84bf8af3a15
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2035
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Seth Howell <seth.howell@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
2020-04-27 05:41:45 +00:00
..
bdev_nvme_cuse_rpc.c lib/cuse: provide proper error codes up to RPC 2020-04-23 20:29:46 +00:00
bdev_nvme_rpc.c nvme: Add the priority field in struct spdk_nvme_transport_id 2020-04-24 15:53:34 +00:00
bdev_nvme.c bdev/nvme: use g_nvme_bdev_ctrlrs as the poll group io device 2020-04-27 05:41:45 +00:00
bdev_nvme.h bdev/nvme: Add 'delay_cmd_submit' to nvme bdev options 2019-12-10 17:32:10 +00:00
bdev_ocssd_rpc.c bdev/ocssd: fixed leaking range buffer 2019-12-23 08:43:34 +00:00
bdev_ocssd.c lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
bdev_ocssd.h bdev/ocssd: media management events 2019-12-20 10:02:15 +00:00
common.c bdev/nvme: use g_nvme_bdev_ctrlrs as the poll group io device 2020-04-27 05:41:45 +00:00
common.h module/bdev_nvme: Add basic poll group implementation. 2020-04-24 16:36:03 +00:00
Makefile test/make: fix the confirm_abi_deps test. 2020-04-15 22:10:08 +00:00
nvme_rpc.c nvme/rpc: fix memory leak when cmdbuf decode fails for bdev_nvme_send_cmd 2020-02-10 10:24:28 +00:00
vbdev_opal_rpc.c nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00
vbdev_opal.c nvme/opal: use secure erase API again 2020-04-01 01:08:39 +00:00
vbdev_opal.h nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00