Spdk/module/bdev
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
..
aio lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
compress lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
crypto lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
delay module/delay_bdev: remove unreachable code. 2020-04-22 09:21:04 +00:00
error make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
ftl make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
gpt make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
iscsi lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
lvol lvol: remove lvol_task structure 2020-04-24 15:45:21 +00:00
malloc make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
null lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
nvme bdev/nvme: use g_nvme_bdev_ctrlrs as the poll group io device 2020-04-27 05:41:45 +00:00
ocf ocf: update ocf submodule to v20.3 2020-04-17 07:32:48 +00:00
passthru make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
pmem make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
raid make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
rbd bdev/rbd: add ceph rbd resize function. 2020-04-23 07:28:10 +00:00
rpc make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
split make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
uring lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
virtio lib/thread: Use function name as poller name by using macro SPDK_POLLER_REGISTER 2020-04-15 07:23:09 +00:00
zone_block make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
Makefile bdev/ftl: Remove NVMe dependencies 2020-01-15 12:24:44 +00:00