mempool: rename address mapping function to IOVA
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal_memory.c
index 0e021ff..6ba0585 100644 (file)
@@ -54,7 +54,7 @@ phys_addr_t
 rte_mem_virt2phy(const void *virtaddr)
 {
        /* XXX not implemented. This function is only used by
-        * rte_mempool_virt2phy() when hugepages are disabled. */
+        * rte_mempool_virt2iova() when hugepages are disabled. */
        (void)virtaddr;
        return RTE_BAD_IOVA;
 }