Re: [dpdk-dev] [PATCH v3 3/6] test: fix memory leak in ring autotest

2018-01-19 Thread Olivier Matz
On Wed, Jan 17, 2018 at 11:15:53AM +, Anatoly Burakov wrote: > Get rid of global static ring variable and don't reuse rings > between test runs. > > Fixes: 4e32101f9b01 ("ring: support freeing") > Cc: pablo.de.lara.gua...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov Ac

[dpdk-dev] [PATCH v3 3/6] test: fix memory leak in ring autotest

2018-01-17 Thread Anatoly Burakov
Get rid of global static ring variable and don't reuse rings between test runs. Fixes: 4e32101f9b01 ("ring: support freeing") Cc: pablo.de.lara.gua...@intel.com Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- Notes: v3: fix commit message to point to approriate commit being fixed