]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/txonly.c
mbuf: remove rte_ctrlmbuf
[dpdk.git] / app / test-pmd / txonly.c
index ef937418c53b2b111fc292d69cbb79373ebcdd5b..d63409695368eace08dea1f8e8abbb46e708f815 100644 (file)
@@ -93,7 +93,7 @@ tx_mbuf_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);
 }