X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Fvhost.h;h=d594464423fc107910a6bb58036cdae442a2f7f2;hb=33d4a554f9e7df9cb1d7da5df503e4c1c8717f8a;hp=67724c3423cff5c9611a5b0653bc192173422f6e;hpb=75ed5169782072ed7d467e0f688bc0fdfeb27da1;p=dpdk.git diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h index 67724c3423..d594464423 100644 --- a/lib/librte_vhost/vhost.h +++ b/lib/librte_vhost/vhost.h @@ -174,6 +174,8 @@ struct vhost_virtqueue { struct vring_used_elem_packed *shadow_used_packed; }; uint16_t shadow_used_idx; + /* Record packed ring enqueue latest desc cache aligned index */ + uint16_t shadow_aligned_idx; struct vhost_vring_addr ring_addrs; struct batch_copy_elem *batch_copy_elems;