]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_e1000/igb_rxtx.c
mbuf: remove rte_ctrlmbuf
[dpdk.git] / lib / librte_pmd_e1000 / igb_rxtx.c
index 977c4a26b2b8b53eaf199489ee5f4023547187ec..b0112bee76d4cc8175a36e7d01db32ce7fa3e77c 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);
 }