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

2016-06-15 Thread Thomas Monjalon
2016-06-09 10:26, Olivier Matz: > On 06/09/2016 10:19 AM, Sergio Gonzalez Monroy wrote: > > The mempool local cache was not initialized properly leading to > > undefined behavior in cases where the allocated memory was used > > previously and left with data. > > > > Fixes: 213af31e0960 ("mempool:

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

2016-06-09 Thread Olivier Matz
On 06/09/2016 10:19 AM, Sergio Gonzalez Monroy wrote: > The mempool local cache was not initialized properly leading to > undefined behavior in cases where the allocated memory was used > previously and left with data. > > Fixes: 213af31e0960 ("mempool: reduce structure size if no cache needed")

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

2016-06-09 Thread Sergio Gonzalez Monroy
The mempool local cache was not initialized properly leading to undefined behavior in cases where the allocated memory was used previously and left with data. Fixes: 213af31e0960 ("mempool: reduce structure size if no cache needed") Signed-off-by: Sergio Gonzalez Monroy --- lib/librte_mempool/r