Re: [dpdk-dev] [PATCH] net/liquidio: do not touch mbuf initialized fields

2017-06-09 Thread Ferruh Yigit
On 6/8/2017 12:22 PM, Shijith Thotton wrote: > Avoid re-initializing of mbuf fields which are set while in pool. > Replaced lio_recv_buffer_alloc with rte_pktmbuf_alloc. > > See commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"). > > Signed-off-by: Shijith Thotton Applied to dpdk-next-

Re: [dpdk-dev] [PATCH] net/liquidio: do not touch mbuf initialized fields

2017-06-09 Thread Olivier Matz
Hi Ferruh, On Fri, 9 Jun 2017 12:24:56 +0100, Ferruh Yigit wrote: > On 6/8/2017 12:22 PM, Shijith Thotton wrote: > > Avoid re-initializing of mbuf fields which are set while in pool. > > Replaced lio_recv_buffer_alloc with rte_pktmbuf_alloc. > > > > See commit 8f094a9ac5d7 ("mbuf: set mbuf field

Re: [dpdk-dev] [PATCH] net/liquidio: do not touch mbuf initialized fields

2017-06-09 Thread Ferruh Yigit
On 6/8/2017 12:22 PM, Shijith Thotton wrote: > Avoid re-initializing of mbuf fields which are set while in pool. > Replaced lio_recv_buffer_alloc with rte_pktmbuf_alloc. > > See commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"). > > Signed-off-by: Shijith Thotton <...> > @@ -489,9 +4

[dpdk-dev] [PATCH] net/liquidio: do not touch mbuf initialized fields

2017-06-08 Thread Shijith Thotton
Avoid re-initializing of mbuf fields which are set while in pool. Replaced lio_recv_buffer_alloc with rte_pktmbuf_alloc. See commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"). Signed-off-by: Shijith Thotton --- drivers/net/liquidio/lio_rxtx.c | 37 ---