+9
−0
Loading
We already use destructor functions in env_dpdk to do some cleanup at process exit, so let's also add one to call rte_eal_cleanup. This ensures all hugepage files are freed before the process exits. Fixes issue #2267. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I8c93f503d77f35717b3d18a63ea49b31789dbc00 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10983 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>