mbuf: remove rte_ctrlmbuf
[dpdk.git] / app / test-pmd / flowgen.c
index 04911ff..a8f2a65 100644 (file)
@@ -96,7 +96,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);
 }