Re: [dpdk-dev] [PATCH v4 1/7] mempool: fix flags data type

2017-09-04 Thread santosh
On Monday 04 September 2017 07:41 PM, Olivier MATZ wrote: > On Tue, Aug 15, 2017 at 11:37:37AM +0530, Santosh Shukla wrote: >> mp->flags is int and mempool API updates unsigned int >> value in 'flags', so fix the 'flags' data type. >> >> Patch also does mp->flags cleanup like: >> * Remove redunda

Re: [dpdk-dev] [PATCH v4 1/7] mempool: fix flags data type

2017-09-04 Thread Olivier MATZ
On Tue, Aug 15, 2017 at 11:37:37AM +0530, Santosh Shukla wrote: > mp->flags is int and mempool API updates unsigned int > value in 'flags', so fix the 'flags' data type. > > Patch also does mp->flags cleanup like: > * Remove redundant 'flags' API description from > - __rte_mempool_generic_put >

[dpdk-dev] [PATCH v4 1/7] mempool: fix flags data type

2017-08-14 Thread Santosh Shukla
mp->flags is int and mempool API updates unsigned int value in 'flags', so fix the 'flags' data type. Patch also does mp->flags cleanup like: * Remove redundant 'flags' API description from - __rte_mempool_generic_put - __rte_mempool_generic_get * Remove unused 'flags' param from - rte_memp