[dpdk-dev] [PATCH] mempool: fix local cache initialization

2016-06-09 Thread Olivier Matz
Hi Sergio, On 06/09/2016 09:57 AM, Sergio Gonzalez Monroy wrote: > Hi Olivier, > > On 08/06/2016 20:14, Olivier Matz wrote: >> Hi Sergio, >> >> Good catch, thanks. The patch looks ok, just few comments >> on the commit log: >> >> On 06/08/2016 05:10 PM, Sergio Gonzalez Monroy wrote: >>> The mempo

[dpdk-dev] [PATCH] mempool: fix local cache initialization

2016-06-09 Thread Sergio Gonzalez Monroy
On 09/06/2016 09:03, Olivier Matz wrote: > Hi Sergio, > > On 06/09/2016 09:57 AM, Sergio Gonzalez Monroy wrote: >> Hi Olivier, >> >> On 08/06/2016 20:14, Olivier Matz wrote: >>> Hi Sergio, >>> >>> Good catch, thanks. The patch looks ok, just few comments >>> on the commit log: >>> >>> On 06/08/2016

[dpdk-dev] [PATCH] mempool: fix local cache initialization

2016-06-09 Thread Sergio Gonzalez Monroy
Hi Olivier, On 08/06/2016 20:14, Olivier Matz wrote: > Hi Sergio, > > Good catch, thanks. The patch looks ok, just few comments > on the commit log: > > On 06/08/2016 05:10 PM, Sergio Gonzalez Monroy wrote: >> The mempool local cache is not being initialize properly leading to > 'initialize' -> 'i

[dpdk-dev] [PATCH] mempool: fix local cache initialization

2016-06-08 Thread Olivier Matz
Hi Sergio, Good catch, thanks. The patch looks ok, just few comments on the commit log: On 06/08/2016 05:10 PM, Sergio Gonzalez Monroy wrote: > The mempool local cache is not being initialize properly leading to 'initialize' -> 'initialized' ? and maybe 'is not being' -> 'was not' ? > undefined

[dpdk-dev] [PATCH] mempool: fix local cache initialization

2016-06-08 Thread Sergio Gonzalez Monroy
The mempool local cache is not being initialize properly leading to undefined behavior in cases where the allocated memory was used and left with data. Fixes: af75078fece3 ("first public release") Signed-off-by: Sergio Gonzalez Monroy --- lib/librte_mempool/rte_mempool.c | 2 +- 1 file changed,