]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_virtio/virtio_rxtx.c
mbuf: remove rte_ctrlmbuf
[dpdk.git] / lib / librte_pmd_virtio / virtio_rxtx.c
index 0b10108a34b490db88bb936ffeab34983e15225d..a63ef172e99ceee149f8c8cbff8cd204de449544 100644 (file)
@@ -238,7 +238,7 @@ rte_rxmbuf_alloc(struct rte_mempool *mp)
        struct rte_mbuf *m;
 
        m = __rte_mbuf_raw_alloc(mp);
-       __rte_mbuf_sanity_check_raw(m, RTE_MBUF_PKT, 0);
+       __rte_mbuf_sanity_check_raw(m, 0);
 
        return m;
 }