]> git.droids-corp.org - dpdk.git/commit
devtools: fix null test for NUMA systems
authorDavid Marchand <david.marchand@redhat.com>
Wed, 13 Apr 2022 11:19:44 +0000 (13:19 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jun 2022 10:49:46 +0000 (12:49 +0200)
commit924de7b8e64489231351c48767973a1042d8ffd3
treeccb2454101b9c155dd787adae282a6021ff26d47
parent53bb9a073f4f905edaba81bc17eb9c33903242bc
devtools: fix null test for NUMA systems

On NUMA systems, default cores (0 and 1) might be on different memory
nodes. Double the amount of memory.

Fixes: 9e6b36c34ce9 ("app/testpmd: reduce memory consumption")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
devtools/test-null.sh