mbuf: set mbuf fields while in pool
[dpdk.git] / lib / librte_mbuf / rte_mbuf.c
index 3fb2700..207bf3d 100644 (file)
@@ -146,6 +146,8 @@ rte_pktmbuf_init(struct rte_mempool *mp,
        m->pool = mp;
        m->nb_segs = 1;
        m->port = 0xff;
+       rte_mbuf_refcnt_set(m, 1);
+       m->next = NULL;
 }
 
 /* helper to create a mbuf pool */