aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpif-netdev.c')
-rw-r--r--lib/dpif-netdev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 9aa78ce2a..c78f88067 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -2401,6 +2401,9 @@ reload:
emc_cache_uninit(&pmd->flow_cache);
if (!latch_is_set(&pmd->exit_latch)){
+#ifdef ODP_NETDEV
+ odp_term_local();
+#endif
goto reload;
}