]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost.h
vhost: add Tx support for packed ring
[dpdk.git] / lib / librte_vhost / vhost.h
index 70f0eebcf316382b369510e0084a81d83dfa2da2..a7e602bec22683ea1aeb8c491137fa9a6770cb50 100644 (file)
@@ -56,6 +56,7 @@ struct buf_vector {
 struct zcopy_mbuf {
        struct rte_mbuf *mbuf;
        uint32_t desc_idx;
+       uint16_t desc_count;
        uint16_t in_use;
 
        TAILQ_ENTRY(zcopy_mbuf) next;