crypto/qat: add device files
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal_memalloc.c
index e7bcd2b..f7f07ab 100644 (file)
@@ -39,3 +39,16 @@ 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;
+}
+
+int
+eal_memalloc_init(void)
+{
+       return 0;
+}