drivers/net: rename physical address type to IOVA
[dpdk.git] / drivers / net / virtio / virtqueue.h
index 6c90d37..2305d91 100644 (file)
@@ -203,8 +203,8 @@ struct virtqueue {
                struct virtnet_ctl cq;
        };
 
-       phys_addr_t vq_ring_mem; /**< physical address of vring,
-                                 * or virtual address for virtio_user. */
+       rte_iova_t vq_ring_mem; /**< physical address of vring,
+                                * or virtual address for virtio_user. */
 
        /**
         * Head of the free chain in the descriptor table. If