Loading
ut/bdev_nvme: spdk_nvme_probe_poll_async() stub processes only a ctrlr whose trid matches
Previously spdk_nvme_probe_poll_async() had processed all attaching controllers. Hence it was not easy to attach multiple controllers in unit tests. Besides, add a check to exclude duplicated controllers into ut_attach_ctrlr(). If the target is any SPDK library, we should insert another patch only to do code movement, but this is a unit test file, and so it will be acceptable to include code movement in the same file. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I9e8eba6a67b2a6d0df384214ff84aa5b0c602217 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7312 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>