Re: [dpdk-dev] [PATCH 12/14] test/eal: make the test pass again

2019-06-26 Thread David Marchand
On Wed, Jun 26, 2019 at 11:49 AM Burakov, Anatoly wrote: > On 04-Jun-19 9:59 AM, David Marchand wrote: > > From: Michael Santana > > > > The eal_flags_autotest test currently fails due to a memory leak in the > > timer library[1][2]. This failure occurs when the test calls one of its > > subtest

Re: [dpdk-dev] [PATCH 12/14] test/eal: make the test pass again

2019-06-26 Thread Burakov, Anatoly
On 04-Jun-19 9:59 AM, David Marchand wrote: From: Michael Santana The eal_flags_autotest test currently fails due to a memory leak in the timer library[1][2]. This failure occurs when the test calls one of its subtests test_file_prefix(). Fixing the memory leak is not trivial, so this patch is

Re: [dpdk-dev] [PATCH 12/14] test/eal: make the test pass again

2019-06-04 Thread David Marchand
On Tue, Jun 4, 2019 at 3:29 PM Aaron Conole wrote: > Hi David and Michael, > > David Marchand writes: > > > From: Michael Santana > > > > The eal_flags_autotest test currently fails due to a memory leak in the > > timer library[1][2]. This failure occurs when the test calls one of its > > subte

Re: [dpdk-dev] [PATCH 12/14] test/eal: make the test pass again

2019-06-04 Thread Aaron Conole
Hi David and Michael, David Marchand writes: > From: Michael Santana > > The eal_flags_autotest test currently fails due to a memory leak in the > timer library[1][2]. This failure occurs when the test calls one of its > subtests test_file_prefix(). > > Fixing the memory leak is not trivial, so

[dpdk-dev] [PATCH 12/14] test/eal: make the test pass again

2019-06-04 Thread David Marchand
From: Michael Santana The eal_flags_autotest test currently fails due to a memory leak in the timer library[1][2]. This failure occurs when the test calls one of its subtests test_file_prefix(). Fixing the memory leak is not trivial, so this patch is a workaround that makes the eal_flags_autotes