diff mbox

[2/2] performance: odp_pktio_perf: adding missing term functions

Message ID 1480094076-20199-3-git-send-email-christophe.milard@linaro.org
State Accepted
Commit 21ddf9b672ed6dd4254d4df1b1a414cb73306833
Headers show

Commit Message

Christophe Milard Nov. 25, 2016, 5:14 p.m. UTC
Both term function were missing for the ODP main process.
Added here.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

---
 test/common_plat/performance/odp_pktio_perf.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4
diff mbox

Patch

diff --git a/test/common_plat/performance/odp_pktio_perf.c b/test/common_plat/performance/odp_pktio_perf.c
index 483f067..6db02e0 100644
--- a/test/common_plat/performance/odp_pktio_perf.c
+++ b/test/common_plat/performance/odp_pktio_perf.c
@@ -1077,5 +1077,8 @@  int main(int argc, char **argv)
 		test_term();
 	}
 
+	odp_term_local();
+	odp_term_global(instance);
+
 	return ret;
 }