devices: vhost not reading packets from vring
[vpp.git] / src / vnet / devices / virtio / vhost_user.h
index c7a4206..90669a7 100644 (file)
@@ -263,6 +263,9 @@ typedef struct
   vring_desc_t *desc;
   vring_avail_t *avail;
   vring_used_t *used;
+  uword desc_user_addr;
+  uword used_user_addr;
+  uword avail_user_addr;
   f64 int_deadline;
   u8 started;
   u8 enabled;