Re: [dpdk-dev] [PATCH] app/test: fix failure on mempool autotest retry

2018-04-26 Thread Thomas Monjalon
25/04/2018 19:00, Andrew Rybchenko: > Single producer / single consumer mempool handle is stored in static > variable and the mempool allocated if stored value is NULL. > If the mempool is freed, NULL should be restored to make sure that > the mempool is allocated once again next time when the test

[dpdk-dev] [PATCH] app/test: fix failure on mempool autotest retry

2018-04-25 Thread Andrew Rybchenko
Single producer / single consumer mempool handle is stored in static variable and the mempool allocated if stored value is NULL. If the mempool is freed, NULL should be restored to make sure that the mempool is allocated once again next time when the test is run. Fixes: 8ef772aee072 ("app/test: re