* [dpdk-dev] [PATCH] devtools: fix required memory for null test
@ 2019-11-20 9:28 Thomas Monjalon
2019-11-22 12:15 ` David Marchand
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2019-11-20 9:28 UTC (permalink / raw)
To: Ferruh Yigit, Andrew Rybchenko; +Cc: dev
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 <thomas@monjalon.net>
---
devtools/test-null.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/test-null.sh b/devtools/test-null.sh
index 9f9a459f76..f2396a4ca0 100755
--- a/devtools/test-null.sh
+++ b/devtools/test-null.sh
@@ -25,6 +25,6 @@ else
fi
(sleep 1 && echo stop) |
-$testpmd -c $coremask --no-huge -m 150 \
+$testpmd -c $coremask --no-huge -m 300 \
$libs --vdev net_null1 --vdev net_null2 $eal_options -- \
--no-mlockall --total-num-mbufs=2048 $testpmd_options -ia
--
2.23.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: fix required memory for null test
2019-11-20 9:28 [dpdk-dev] [PATCH] devtools: fix required memory for null test Thomas Monjalon
@ 2019-11-22 12:15 ` David Marchand
0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2019-11-22 12:15 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: Ferruh Yigit, Andrew Rybchenko, dev
On Wed, Nov 20, 2019 at 10:29 AM Thomas Monjalon <thomas@monjalon.net> 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")
Fixed with https://patchwork.dpdk.org/patch/63226/
Marking as rejected.
--
David Marchand
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-22 12:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 9:28 [dpdk-dev] [PATCH] devtools: fix required memory for null test Thomas Monjalon
2019-11-22 12:15 ` David Marchand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).