X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Fvhost-net.h;h=38593a2974c0bd11a81723e3b9afc10006b3f849;hb=99c12dcca65d;hp=41a3ccf68523d8006f12404fc9b04cdae721adae;hpb=a66bcad3224008f6fb89755c34533eb5fead166a;p=dpdk.git diff --git a/lib/librte_vhost/vhost-net.h b/lib/librte_vhost/vhost-net.h index 41a3ccf685..38593a2974 100644 --- a/lib/librte_vhost/vhost-net.h +++ b/lib/librte_vhost/vhost-net.h @@ -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;