config/ppc: reduce number of cores and NUMA nodes
authorDavid Christensen <drc@linux.vnet.ibm.com>
Wed, 28 Apr 2021 20:10:16 +0000 (13:10 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 May 2021 14:00:31 +0000 (16:00 +0200)
commit5f760b7dccd85c7da78c6e4ee3517a912861d424
tree1551452ad0ab6c7572e891634a013d3e3c1884ca
parent7d5cfaa7508de0fd248b05effbf421a98317006a
config/ppc: reduce number of cores and NUMA nodes

When setting RTE_MAX_LCORES to the maximum value supported by ppc
hardware (1536), the lcores_autotest may timeout after 30 seconds
because the test takes nearly 60 seconds to complete. Set max_lcores to
a lower value because the maximum value is unlikely to be seen in any
production systems and to eliminate the quick test timeout error.

Bugzilla ID: 684
Fixes: db1f2f8a9fe5 ("config: increase maximum lcores for ppc")
Cc: stable@dpdk.org
Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
Acked-by: Luca Boccassi <bluca@debian.org>
config/ppc/meson.build