acl: fix rules with 8-byte field size
[dpdk.git] / lib / vhost / vhost.h
index 5606360..a9edc27 100644 (file)
@@ -425,6 +425,7 @@ struct vring_packed_desc_event {
 struct guest_page {
        uint64_t guest_phys_addr;
        uint64_t host_iova;
+       uint64_t host_user_addr;
        uint64_t size;
 };