Re: [dpdk-dev] [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops

2018-01-16 Thread Hemant Agrawal
On 1/16/2018 8:22 PM, Olivier Matz wrote: On Fri, Dec 22, 2017 at 05:00:11PM +0530, Hemant Agrawal wrote: Introduce a new helper for pktmbuf pool, which will allow the application to optionally specify the mempool ops name as well. Signed-off-by: Hemant Agrawal --- Hi Hemant, It looks this

Re: [dpdk-dev] [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops

2018-01-16 Thread Wiles, Keith
> On Jan 16, 2018, at 8:52 AM, Olivier Matz wrote: > > On Fri, Dec 22, 2017 at 05:00:11PM +0530, Hemant Agrawal wrote: >> Introduce a new helper for pktmbuf pool, which will allow >> the application to optionally specify the mempool ops name >> as well. >> >> Signed-off-by: Hemant Agrawal >>

Re: [dpdk-dev] [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops

2018-01-16 Thread Olivier Matz
On Fri, Dec 22, 2017 at 05:00:11PM +0530, Hemant Agrawal wrote: > Introduce a new helper for pktmbuf pool, which will allow > the application to optionally specify the mempool ops name > as well. > > Signed-off-by: Hemant Agrawal > --- Hi Hemant, It looks this patch is now in another patchset:

Re: [dpdk-dev] [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops

2017-12-22 Thread Wiles, Keith
> On Dec 22, 2017, at 5:30 AM, Hemant Agrawal wrote: > > Introduce a new helper for pktmbuf pool, which will allow > the application to optionally specify the mempool ops name > as well. > > Signed-off-by: Hemant Agrawal > --- > This change was discussed in the > "doc: announce ABI change fo

[dpdk-dev] [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops

2017-12-22 Thread Hemant Agrawal
Introduce a new helper for pktmbuf pool, which will allow the application to optionally specify the mempool ops name as well. Signed-off-by: Hemant Agrawal --- This change was discussed in the "doc: announce ABI change for pktmbuf pool create API" http://dpdk.org/dev/patchwork/patch/32306/ lib