Re: [PATCH] devtools: fix null test for NUMA systems

2022-06-01 Thread Thomas Monjalon
13/04/2022 13:19, David Marchand: > On NUMA systems, default cores (0 and 1) might be on different memory > nodes. Double the amount of memory. > > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Fixes: 9e6b36c34ce9 ("app/testpmd: reduce memory consumption") Applied, thanks.

[PATCH] devtools: fix null test for NUMA systems

2022-04-13 Thread David Marchand
On NUMA systems, default cores (0 and 1) might be on different memory nodes. Double the amount of memory. Cc: sta...@dpdk.org Signed-off-by: David Marchand --- devtools/test-null.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devtools/test-null.sh b/devtools/test-null.