summaryrefslogtreecommitdiff
path: root/lib/dpdk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpdk.c')
-rw-r--r--lib/dpdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpdk.c b/lib/dpdk.c
index 6886fbd9d..d909974f9 100644
--- a/lib/dpdk.c
+++ b/lib/dpdk.c
@@ -518,7 +518,7 @@ dpdk_init__(const struct smap *ovs_other_config)
RTE_PER_LCORE(_lcore_id) = NON_PMD_CORE_ID;
/* Finally, register the dpdk classes */
- netdev_dpdk_register();
+ netdev_dpdk_register(ovs_other_config);
netdev_register_flow_api_provider(&netdev_offload_dpdk);
return true;
}