Spdk/test/app/fuzz
Sebastian Brzezinka 8d85ce85b9 llvm_vfio_fuzz: detach io ctrlr in new thread
Undetached poller cause  timeout when `spdk_thread_exit` has
been called and detaching it in same thread make poller to stuck
on `spdk_nvme_detach_async`.

`spdk_nvme_detach_async` call `nvme_pcie_ctrlr_delete_io_qpair`
which is synchronous making it to wait for response indefinitly.

Fixes #2798.

Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
Change-Id: Id500841f9c8fd9847e64805864cb136c74b003f1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15650
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-02-17 12:52:59 +00:00
..
common add (c) and SPDX header to python files as needed 2022-11-10 08:28:53 +00:00
iscsi_fuzz add Intel copyright notices (and/or SPDX lic) where missing 2022-11-10 08:28:53 +00:00
llvm_nvme_fuzz test/lvm_nvme_fuzz: return error code in TestOneInput 2022-11-15 08:31:20 +00:00
llvm_vfio_fuzz llvm_vfio_fuzz: detach io ctrlr in new thread 2023-02-17 12:52:59 +00:00
nvme_fuzz add Intel copyright notices (and/or SPDX lic) where missing 2022-11-10 08:28:53 +00:00
vhost_fuzz add Intel copyright notices (and/or SPDX lic) where missing 2022-11-10 08:28:53 +00:00
Makefile update Intel copyright notices 2022-11-10 08:28:53 +00:00