X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_memzone.h;fp=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_memzone.h;h=5e29ff1b15ea9add1dcfba9fbaac804c016075c8;hb=40b966a211ab71e96b8e155d9058f224e7b5bbf6;hp=a4243e4e90d9420a3ae347d7f1ecdd0a923ed02a;hpb=013615a784c18582d32e2a702049783c68801f6c;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_memzone.h b/lib/librte_eal/common/include/rte_memzone.h index a4243e4e90..5e29ff1b15 100644 --- a/lib/librte_eal/common/include/rte_memzone.h +++ b/lib/librte_eal/common/include/rte_memzone.h @@ -75,6 +75,9 @@ struct rte_memzone { void *addr; /**< Start virtual address. */ uint64_t addr_64; /**< Makes sure addr is always 64-bits */ }; +#ifdef RTE_LIBRTE_IVSHMEM + phys_addr_t ioremap_addr; /**< Real physical address inside the VM */ +#endif size_t len; /**< Length of the memzone. */ size_t hugepage_sz; /**< The page size of underlying memory */