Loading
bdevperf: Hold io_target_groups until exiting bdevperf
Previously bdevperf_free_targets() had freed not only io_targets but also io_target_groups. This had made repeated runs by RPC impossible. This patch series will fix this issue later but we cannot wait for that and fix the issue now. Fixes #1139. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I88cf5725579b704bc3826bd4c0b2dd9f4e70db30 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479912 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>