Re: [dpdk-dev] [PATCH] devtools: fix required memory for null test

2019-11-22 Thread David Marchand
On Wed, Nov 20, 2019 at 10:29 AM Thomas Monjalon wrote: > > The testpmd fails in memory allocation since some ethdev structs > have been extended. > Increasing memory allocation from 150 to 300 MB makes it working again. > > Fixes: 436b3a6b6e62 ("ethdev: reserve space in main structs for extension

[dpdk-dev] [PATCH] devtools: fix required memory for null test

2019-11-20 Thread Thomas Monjalon
The testpmd fails in memory allocation since some ethdev structs have been extended. Increasing memory allocation from 150 to 300 MB makes it working again. Fixes: 436b3a6b6e62 ("ethdev: reserve space in main structs for extension") Signed-off-by: Thomas Monjalon --- devtools/test-null.sh | 2 +