Re: [dpdk-dev] [PATCH v5 2/8] mempool: change flags from int to unsigned int

2017-09-07 Thread Olivier MATZ
On Wed, Sep 06, 2017 at 04:58:28PM +0530, Santosh Shukla wrote: > mp->flags is int and mempool API writes unsigned int > value in 'flags', so fix the 'flags' data type. > > Signed-off-by: Santosh Shukla > Signed-off-by: Jerin Jacob Acked-by: Olivier Matz

[dpdk-dev] [PATCH v5 2/8] mempool: change flags from int to unsigned int

2017-09-06 Thread Santosh Shukla
mp->flags is int and mempool API writes unsigned int value in 'flags', so fix the 'flags' data type. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- v4 --> v5: - Splitted v4 [01/07] to this as second patch. lib/librte_mempool/rte_mempool.c | 4 ++-- lib/librte_mempool/rte_mempool.