Loading
llvm/vfio: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_ctrlr_create`. It was verified that there is no real memory leak. Fixes issue #3285. Change-Id: I97ebb4d2bb7ff8d0dab9b4cb2c9eee1b46d8b3b7 Signed-off-by:Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22226 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>