Spdk/examples/nvme
Changpeng Liu b0f02769f9 nvme/fio_plugin: call spdk_env_fini() when exiting the process
spdk_fio_cleanup() is called per-thread basis, and spdk_env_fini()
is called multiple times when running with `numjobs` greater than 1.

Fix issue #2366.

Change-Id: I39ec379d71eeba1ca14ba42a93b819220ee1f307
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11443
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Dong Yi <dongx.yi@intel.com>
Reviewed-by: GangCao <gang.cao@intel.com>
2022-02-23 10:05:25 +00:00
..
abort examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
arbitration examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
cmb_copy examples/nvme/cmb_copy: exit the test tool if no controller found 2021-10-20 07:24:47 +00:00
discovery_aer examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
fio_plugin nvme/fio_plugin: call spdk_env_fini() when exiting the process 2022-02-23 10:05:25 +00:00
hello_world examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
hotplug examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
identify examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
nvme_manage examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
perf nvme/perf: Add option to set NVMe IO queue size 2022-02-15 18:31:52 +00:00
pmr_persistence nvme: Add spdk_nvme_detach_poll() to simplify a common use case 2021-06-30 22:54:19 +00:00
reconnect examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00
Makefile examples: add discovery_aer 2021-12-20 18:12:41 +00:00