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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 570532829..0fb37a656 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -2674,7 +2674,7 @@ reload:
* reloading the updated configuration. */
dp_netdev_pmd_reload_done(pmd);
#ifdef ODP_NETDEV
- if (odp_init_local(ODP_THREAD_WORKER)) {
+ if (odp_init_local(odp_instance, ODP_THREAD_WORKER)) {
ovs_abort(-1, "ODP init local failed\n");
}
#endif