]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost-net.h
vhost: make buffer vector for scatter Rx local
[dpdk.git] / lib / librte_vhost / vhost-net.h
index 590a039e9bdc15d6e26d59645f9a1a4c3095988d..162ad04549adb8cb60bbf350207c0266a95edca9 100644 (file)
@@ -87,7 +87,6 @@ struct vhost_virtqueue {
 
        /* Physical address of used ring, for logging */
        uint64_t                log_guest_addr;
-       struct buf_vector       buf_vec[BUF_VECTOR_MAX];
 } __rte_cache_aligned;
 
 /* Old kernels have no such macro defined */