Re: [dpdk-dev] [PATCH] build: reduce max_lcores for ppc
From: Thomas Monjalon <hidden>
Date: 2021-05-04 13:17:15
From: Thomas Monjalon <hidden>
Date: 2021-05-04 13:17:15
29/04/2021 13:28, Luca Boccassi:
On Wed, 28 Apr 2021 at 21:10, David Christensen [off-list ref] wrote:quoted
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.
The compromise is documented, so the config exception is acceptable.
quoted
Bugzilla ID: 684 Fixes: db1f2f8a9fe5 ("config: increase maximum lcores for ppc") Cc: dwilder@us.ibm.com
Cc: stable@dpdk.org
quoted
Signed-off-by: David Christensen <redacted> --- config/ppc/meson.build | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-)Acked-by: Luca Boccassi <redacted>
Applied, thanks