vfio: fix API description
[dpdk.git] / lib / librte_eal / include / rte_memzone.h
index 091c952..5db1210 100644 (file)
@@ -51,11 +51,7 @@ struct rte_memzone {
 #define RTE_MEMZONE_NAMESIZE 32       /**< Maximum length of memory zone name.*/
        char name[RTE_MEMZONE_NAMESIZE];  /**< Name of the memory zone. */
 
-       RTE_STD_C11
-       union {
-               phys_addr_t phys_addr;        /**< deprecated - Start physical address. */
-               rte_iova_t iova;              /**< Start IO address. */
-       };
+       rte_iova_t iova;                  /**< Start IO address. */
        RTE_STD_C11
        union {
                void *addr;                   /**< Start virtual address. */