0871b38206
We specify the --match-allocations rte init parameter now, which gives us guarantees that memory will be freed in the same units it was allocated. Note that if user initialized DPDK separately from SPDK, we aren't sure if --match-allocations was specified, so will still mark the segments to not be freed. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I599747d4b917e91adfabf64c904cd7891a77b3cf Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/446459 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>