Re: [dpdk-dev] [PATCH v6 3/8] mempool: add flags arg in xmem size and usage

2017-09-25 Thread Olivier MATZ
On Thu, Sep 07, 2017 at 09:00:37PM +0530, Santosh Shukla wrote: > xmem_size and xmem_usage need to know the status of mempool flags, > so add 'flags' arg in _xmem_size/usage() api. > > Following patch will make use of that. > > Signed-off-by: Santosh Shukla > Signed-off-by: Jerin Jacob Acked-b

[dpdk-dev] [PATCH v6 3/8] mempool: add flags arg in xmem size and usage

2017-09-07 Thread Santosh Shukla
xmem_size and xmem_usage need to know the status of mempool flags, so add 'flags' arg in _xmem_size/usage() api. Following patch will make use of that. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- v5 --> v6: - Fix 'flags' typo (Suggested by Olivier). v4 --> v5: - Removed 'mp' p