llvm_vfio_fuzz: call spdk_thread_exit()
Make sure we exit the thread that we created in the llvm_vfio_fuzz app. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I7fad1402a83206728f5a7ceac6c33a2b4c812719 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15500 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
b35aceb8cf
commit
eb979f3ebc
@ -256,6 +256,7 @@ io_poller(void *ctx)
|
||||
spdk_poller_unregister(&(io->run_poller));
|
||||
spdk_free(io->write_buf);
|
||||
spdk_free(io->read_buf);
|
||||
spdk_thread_exit(spdk_get_thread());
|
||||
|
||||
spdk_app_stop(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user