]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost-net.h
vhost: remove concurrent enqueue
[dpdk.git] / lib / librte_vhost / vhost-net.h
index 41a3ccf68523d8006f12404fc9b04cdae721adae..ec8f964b8c8a1d4f94721f4670373b473cbef785 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)