[dpdk-dev] [PATCH] mbuf: new public function to allocate raw mbufs

2016-05-17 Thread Thomas Monjalon
2016-05-11 16:43, Olivier Matz: > Many drivers provide their own implementation of rte_mbuf_raw_alloc(), > duplicating the code. Introduce a new public function in rte_mbuf to > allocate a raw mbuf (uninitialized). > > Signed-off-by: Olivier Matz Applied, thanks

[dpdk-dev] [PATCH] mbuf: new public function to allocate raw mbufs

2016-05-11 Thread Olivier Matz
Many drivers provide their own implementation of rte_mbuf_raw_alloc(), duplicating the code. Introduce a new public function in rte_mbuf to allocate a raw mbuf (uninitialized). Signed-off-by: Olivier Matz --- app/test-pmd/flowgen.c| 13 + app/test-pmd/txonly.c