5dcf922cda
1 In our nvmf tgt implemention, we use the async mode to delete the nvmf subsystem. However, when we parse nvmf subsystem, we need to use the sync function to delete the nvmf subsystem. Since if there is error, we will call spdk_app_stop, thus async functions will not be executed. It is approved in my local test. 2 Add debug info in spdk_nvmf_delete_subsystem Change-Id: Ia8ecd6eee1bbd25cb3e1ceeb0e2146f3f03be228 Signed-off-by: Ziye Yang <ziye.yang@intel.com>