vhost: remove sub-directory
[dpdk.git] / lib / librte_vhost / vhost-net.h
index 41a3ccf..38593a2 100644 (file)
@@ -72,8 +72,6 @@ struct vhost_virtqueue {
 
        /* Last index used on the available ring */
        volatile uint16_t       last_used_idx;
-       /* Used for multiple devices reserving buffers */
-       volatile uint16_t       last_used_idx_res;
 #define VIRTIO_INVALID_EVENTFD         (-1)
 #define VIRTIO_UNINITIALIZED_EVENTFD   (-2)
 
@@ -136,6 +134,7 @@ struct virtio_net {
        char                    ifname[IF_NAME_SZ];
        uint64_t                log_size;
        uint64_t                log_base;
+       uint64_t                log_addr;
        struct ether_addr       mac;
 
 } __rte_cache_aligned;