Re: [dpdk-dev] [PATCH] examples/ip_reassembly: use pktmbuf to create pool

2017-10-12 Thread Ananyev, Konstantin
> -Original Message- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Thursday, October 12, 2017 12:03 PM > To: Ananyev, Konstantin ; dev@dpdk.org > Cc: ashish.j...@nxp.com > Subject: Re: [PATCH] examples/ip_reassembly: use pktmbuf to create pool > > On 10/12/2017 4:08 PM,

Re: [dpdk-dev] [PATCH] examples/ip_reassembly: use pktmbuf to create pool

2017-10-12 Thread Hemant Agrawal
On 10/12/2017 4:08 PM, Ananyev, Konstantin wrote: -Original Message- From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] Sent: Wednesday, September 6, 2017 10:34 AM To: dev@dpdk.org Cc: Ananyev, Konstantin ; ashish.j...@nxp.com Subject: [PATCH] examples/ip_reassembly: use pktmbuf to c

Re: [dpdk-dev] [PATCH] examples/ip_reassembly: use pktmbuf to create pool

2017-10-12 Thread Ananyev, Konstantin
> -Original Message- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Wednesday, September 6, 2017 10:34 AM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; ashish.j...@nxp.com > Subject: [PATCH] examples/ip_reassembly: use pktmbuf to create pool > > From: Ashish Jain > > U

Re: [dpdk-dev] [PATCH] examples/ip_reassembly: use pktmbuf to create pool

2017-10-11 Thread Hemant Agrawal
Hi Konstantin, Please review? Regards, Hemant On 9/6/2017 3:04 PM, Hemant Agrawal wrote: From: Ashish Jain Use of rte_mempool_create() with the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). This is the preferred way to create a mbuf pool else it may not work on implementa

[dpdk-dev] [PATCH] examples/ip_reassembly: use pktmbuf to create pool

2017-09-06 Thread Hemant Agrawal
From: Ashish Jain Use of rte_mempool_create() with the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). This is the preferred way to create a mbuf pool else it may not work on implementation using the HW buffer pool Signed-off-by: Ashish Jain --- examples/ip_reassembly/main.c | 13 ++