Loading
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>