Re: [dpdk-dev] [PATCH v4 4/7] mempool: get the mempool capability

2017-09-04 Thread santosh
On Monday 04 September 2017 09:26 PM, Olivier MATZ wrote: > On Mon, Sep 04, 2017 at 08:14:39PM +0530, santosh wrote: >> Hi Olivier, >> >> >> On Monday 04 September 2017 08:02 PM, Olivier MATZ wrote: >>> On Tue, Aug 15, 2017 at 11:37:40AM +0530, Santosh Shukla wrote: Allow mempool to advertise

Re: [dpdk-dev] [PATCH v4 4/7] mempool: get the mempool capability

2017-09-04 Thread Olivier MATZ
On Mon, Sep 04, 2017 at 08:14:39PM +0530, santosh wrote: > Hi Olivier, > > > On Monday 04 September 2017 08:02 PM, Olivier MATZ wrote: > > On Tue, Aug 15, 2017 at 11:37:40AM +0530, Santosh Shukla wrote: > >> Allow mempool to advertise its capability. > >> A handler been introduced called rte_memp

Re: [dpdk-dev] [PATCH v4 4/7] mempool: get the mempool capability

2017-09-04 Thread santosh
Hi Olivier, On Monday 04 September 2017 08:02 PM, Olivier MATZ wrote: > On Tue, Aug 15, 2017 at 11:37:40AM +0530, Santosh Shukla wrote: >> Allow mempool to advertise its capability. >> A handler been introduced called rte_mempool_ops_get_capabilities. >> - Upon ->get_capabilities call, mempool dr

Re: [dpdk-dev] [PATCH v4 4/7] mempool: get the mempool capability

2017-09-04 Thread Olivier MATZ
On Tue, Aug 15, 2017 at 11:37:40AM +0530, Santosh Shukla wrote: > Allow mempool to advertise its capability. > A handler been introduced called rte_mempool_ops_get_capabilities. > - Upon ->get_capabilities call, mempool driver will advertise > capability by updating to 'mp->flags'. > > Signed-off-

[dpdk-dev] [PATCH v4 4/7] mempool: get the mempool capability

2017-08-14 Thread Santosh Shukla
Allow mempool to advertise its capability. A handler been introduced called rte_mempool_ops_get_capabilities. - Upon ->get_capabilities call, mempool driver will advertise capability by updating to 'mp->flags'. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- lib/librte_mempool/rte_