]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost.h
eal: set name when creating a control thread
[dpdk.git] / lib / librte_vhost / vhost.h
index 01b17ca72c4dc79ed6e932c457919058616b560e..1cc81c17c45efa46a7ba89d166250046f6027489 100644 (file)
@@ -338,7 +338,7 @@ extern uint64_t VHOST_FEATURES;
 extern struct virtio_net *vhost_devices[MAX_VHOST_DEVICE];
 
 /* Convert guest physical address to host physical address */
-static __rte_always_inline phys_addr_t
+static __rte_always_inline rte_iova_t
 gpa_to_hpa(struct virtio_net *dev, uint64_t gpa, uint64_t size)
 {
        uint32_t i;