]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_e1000/em_rxtx.c
mbuf: remove rte_ctrlmbuf
[dpdk.git] / lib / librte_pmd_e1000 / em_rxtx.c
index f2548587d52f2950bbc752157e0532c818593619..3304f50f45b26857b07d4fe1f698af8e209762cc 100644 (file)
@@ -85,7 +85,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);
 }