29/04/2021 13:28, Luca Boccassi: > On Wed, 28 Apr 2021 at 21:10, David Christensen <d...@linux.vnet.ibm.com> > wrote: > > > > 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. > > Bugzilla ID: 684 > > Fixes: db1f2f8a9fe5 ("config: increase maximum lcores for ppc") > > Cc: dwil...@us.ibm.com Cc: sta...@dpdk.org > > > > Signed-off-by: David Christensen <d...@linux.vnet.ibm.com> > > --- > > config/ppc/meson.build | 17 ++++++++++++++--- > > 1 file changed, 14 insertions(+), 3 deletions(-) > > Acked-by: Luca Boccassi <bl...@debian.org> Applied, thanks