[dpdk-dev] [PATCH] mempool: fix corruption due to invalid handler

2016-09-16 Thread Thomas Monjalon
CC stable at dpdk.org 2016-09-08 10:29, Weiliang Luo: > When using rte_mempool_create(), the mempool handler is selected > depending on the flags given by the user: > - multi-consumer / multi-producer > - multi-consumer / single-producer > - single-consumer / multi-producer > - single-cons

[dpdk-dev] [PATCH] mempool: fix corruption due to invalid handler

2016-09-08 Thread Weiliang Luo
When using rte_mempool_create(), the mempool handler is selected depending on the flags given by the user: - multi-consumer / multi-producer - multi-consumer / single-producer - single-consumer / multi-producer - single-consumer / single-producer The flags were not properly tested, resulti