Loading
nvmf/fc/ut: Call spdk_nvmf_tgt_destroy() in the correct thread context
Use the same thread context to call both spdk_nvmf_tgt_create() and spdk_nvmf_tgt_destroy(). This is required to ensure the accept poller is registered and unregistered in the same thread context. Signed-off-by:Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com> Change-Id: I0637c7896ca7504412fbe673355f6904dd81a961 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4449 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>