mbuf: remove rte_ctrlmbuf
[dpdk.git] / lib / librte_pmd_e1000 / igb_rxtx.c
index 977c4a2..b0112be 100644 (file)
@@ -90,7 +90,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);
 }