From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73A19A0547; Thu, 29 Apr 2021 13:28:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F25784110F; Thu, 29 Apr 2021 13:28:53 +0200 (CEST) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by mails.dpdk.org (Postfix) with ESMTP id 4C5AA410DD for ; Thu, 29 Apr 2021 13:28:52 +0200 (CEST) Received: by mail-lf1-f51.google.com with SMTP id n138so104382142lfa.3 for ; Thu, 29 Apr 2021 04:28:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KuF8B1xvP7aAJRxgF95MMW3OrZjf4xCLv8GOWkG90bo=; b=DQRpt5yitYLg8mLm+wYD30KXeWCVP+gYbzoRZZiZd8DW9XDecVXKXQH2T0G7jjoqYH 3PcR7STOGgyngfOx91EP3EDgWBKh8zQaifMNceGie4atBSn+WoEeVB02i/SOh11f7crl WOhUP+51hoGuy+NdjRbgIJcIyv1Vpv7ouf13uKQMbc+dPUAoLlD281VKB7RGLfOPvetG Pp8fg1a5xnkCzBS6ZTPsbeInf4fjcf6ue3GzZqaxVzV1rErve06Ckg94y8wGwSxbUHbY eEJt4e3LsbAFwrV1KGyEaMHRyKgz3IptOZPwfOBwu8UX75vQIof3y5smNtu3KxUn732z kERA== X-Gm-Message-State: AOAM530csyW4T5hhvwB43GSYdGAF/ykoOXT+6Cch5lHV0fJ1LiSHoxJJ jNuojNq1VxeJIWEN4rPySomTJYjTOa2XqQ== X-Google-Smtp-Source: ABdhPJwpbxnQWS2B2xzyCJ0kDsmEeOSvEwlc1o8b7OUzP1UmxCpLYhWHwEgnuWaiUXe2TszdsoR/Lg== X-Received: by 2002:a19:f615:: with SMTP id x21mr25673466lfe.540.1619695731659; Thu, 29 Apr 2021 04:28:51 -0700 (PDT) Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com. [209.85.208.170]) by smtp.gmail.com with ESMTPSA id r199sm494472lff.61.2021.04.29.04.28.50 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 29 Apr 2021 04:28:51 -0700 (PDT) Received: by mail-lj1-f170.google.com with SMTP id a13so22188450ljp.2 for ; Thu, 29 Apr 2021 04:28:50 -0700 (PDT) X-Received: by 2002:a05:651c:307:: with SMTP id a7mr24215614ljp.166.1619695730860; Thu, 29 Apr 2021 04:28:50 -0700 (PDT) MIME-Version: 1.0 References: <20210428201016.125533-1-drc@linux.vnet.ibm.com> In-Reply-To: <20210428201016.125533-1-drc@linux.vnet.ibm.com> From: Luca Boccassi Date: Thu, 29 Apr 2021 12:28:39 +0100 X-Gmail-Original-Message-ID: Message-ID: To: David Christensen Cc: dev , David Wilder Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH] build: reduce max_lcores for ppc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 28 Apr 2021 at 21:10, David Christensen 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. > > Bugzilla ID: 684 > Fixes: db1f2f8a9fe5 ("config: increase maximum lcores for ppc") > Cc: dwilder@us.ibm.com > > Signed-off-by: David Christensen > --- > config/ppc/meson.build | 17 ++++++++++++++--- > 1 file changed, 14 insertions(+), 3 deletions(-) Acked-by: Luca Boccassi