Re: [dpdk-dev] [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API

2018-02-05 Thread Thomas Monjalon
02/02/2018 14:40, Olivier Matz: > On Fri, Feb 02, 2018 at 01:33:01PM +0530, Hemant Agrawal wrote: > > From: Nipun Gupta > > > > The existing rte_eal_mbuf_default mempool ops can return the compile time > > default ops name if the user has not provided command line inputs for > > mempool ops name.

Re: [dpdk-dev] [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API

2018-02-04 Thread Hemant Agrawal
Thanks we also identified it. The fix is on the way. Sent from my Android phone using TouchDown (www.symantec.com) -Original Message- From: santosh [santosh.shu...@caviumnetworks.com] Received: Sunday, 04 Feb 2018, 12:05PM To: Hemant Agrawal [hemant.agra...@nxp.com]; dev [dev@dpdk.org] CC

Re: [dpdk-dev] [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API

2018-02-02 Thread Hemant Agrawal
Hi Olivier, > On Fri, Feb 02, 2018 at 01:33:01PM +0530, Hemant Agrawal wrote: > > From: Nipun Gupta > > > > The existing rte_eal_mbuf_default mempool ops can return the compile > > time default ops name if the user has not provided command line inputs > > for mempool ops name. It will break the l

Re: [dpdk-dev] [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API

2018-02-02 Thread Olivier Matz
On Fri, Feb 02, 2018 at 01:33:01PM +0530, Hemant Agrawal wrote: > From: Nipun Gupta > > The existing rte_eal_mbuf_default mempool ops can return the compile time > default ops name if the user has not provided command line inputs for > mempool ops name. It will break the logic of best mempool ops

[dpdk-dev] [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API

2018-02-02 Thread Hemant Agrawal
From: Nipun Gupta The existing rte_eal_mbuf_default mempool ops can return the compile time default ops name if the user has not provided command line inputs for mempool ops name. It will break the logic of best mempool ops as it will never return platform hw mempool ops. This patch introduces a