numam-spdk/examples/nvme/reconnect
Changpeng Liu 9ec9c8b33d examples/nvme: add missed spdk_env_fini() when exiting
Althrough `rte_eal_cleanup` will be called in the destructor
function when exiting the application, it's OK not to call
`spdk_env_fini`, we still add this function call in case
there are cleanup function need to call in future.

Change-Id: I0a3eca44c5ed1d62059796ea8f1977fb19356939
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10904
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
2022-01-11 14:19:05 +00:00
..
.gitignore examples/nvme: add a reconnect example. 2019-10-24 17:36:31 +00:00
Makefile examples/nvme: add a reconnect example. 2019-10-24 17:36:31 +00:00
reconnect.c examples/nvme: add missed spdk_env_fini() when exiting 2022-01-11 14:19:05 +00:00