[dpdk-dev] [PATCH v2 1/2] test/malloc: run realloc tests on external heap

2020-04-02 Thread Anatoly Burakov
Due to the fact that the rte_realloc() test depends on the layout of underlying memory, it can sometimes fail due to fragmentation of the memory. To address this, make it so that the realloc autotests are run using a newly created external memory heap instead of main memory. Bugzilla ID: 424 Sign

Re: [dpdk-dev] [PATCH v2 1/2] test/malloc: run realloc tests on external heap

2020-04-17 Thread Burakov, Anatoly
On 10-Apr-20 12:19 PM, David Marchand wrote: Hello Anatoly, On Thu, Apr 2, 2020 at 11:07 AM Anatoly Burakov wrote: Due to the fact that the rte_realloc() test depends on the layout of underlying memory, it can sometimes fail due to fragmentation of the memory. To address this, make it so that

Re: [dpdk-dev] [PATCH v2 1/2] test/malloc: run realloc tests on external heap

2020-04-21 Thread David Marchand
On Thu, Apr 2, 2020 at 9:55 PM David Christensen wrote: > On 4/2/20 2:02 AM, Anatoly Burakov wrote: > > Due to the fact that the rte_realloc() test depends on the layout of > > underlying memory, it can sometimes fail due to fragmentation of the > > memory. To address this, make it so that the re

Re: [dpdk-dev] [PATCH v2 1/2] test/malloc: run realloc tests on external heap

2020-04-02 Thread David Christensen
On 4/2/20 2:02 AM, Anatoly Burakov wrote: Due to the fact that the rte_realloc() test depends on the layout of underlying memory, it can sometimes fail due to fragmentation of the memory. To address this, make it so that the realloc autotests are run using a newly created external memory heap

Re: [dpdk-dev] [PATCH v2 1/2] test/malloc: run realloc tests on external heap

2020-04-10 Thread David Marchand
Hello Anatoly, On Thu, Apr 2, 2020 at 11:07 AM Anatoly Burakov wrote: > > Due to the fact that the rte_realloc() test depends on the layout of > underlying memory, it can sometimes fail due to fragmentation of the > memory. To address this, make it so that the realloc autotests are run > using a