net/bnx2x: make init and driver logtype names consistent
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal_memalloc.c
index e7bcd2b..461732f 100644 (file)
@@ -39,3 +39,10 @@ eal_memalloc_free_seg_bulk(struct rte_memseg **ms __rte_unused,
        RTE_LOG(ERR, EAL, "Memory hotplug not supported on FreeBSD\n");
        return -1;
 }
+
+int
+eal_memalloc_sync_with_primary(void)
+{
+       RTE_LOG(ERR, EAL, "Memory hotplug not supported on FreeBSD\n");
+       return -1;
+}