Commit 2c61ed90 authored by Ziye Yang's avatar Ziye Yang Committed by Darek Stojaczyk
Browse files

net/vpp: call the spdk_net_framework_fini_next



When vpp is compiled with SPDK, the app will
not be exited (net_framework subsystem will not be destroyed)
if we do not do this.

Change-Id: Ib89b67ff8168008f527f5dc23b6f0a3879baf56a
Signed-off-by: default avatarZiye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/438245


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
parent f7e46194
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -653,6 +653,8 @@ spdk_vpp_net_framework_fini(void)
	if (g_vpp_initialized) {
		vppcom_app_destroy();
	}

	spdk_net_framework_fini_next();
}

static struct spdk_net_framework g_vpp_net_framework = {