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 8FC2F433D0; Sun, 26 Nov 2023 13:45:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11D7640298; Sun, 26 Nov 2023 13:45:08 +0100 (CET) Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by mails.dpdk.org (Postfix) with ESMTP id 20C1A4025F for ; Sun, 26 Nov 2023 13:45:06 +0100 (CET) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-5cfc3a48ab2so3079387b3.0 for ; Sun, 26 Nov 2023 04:45:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701002705; x=1701607505; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/Xku9/FEKkauZRPxNMmJ9E26MWxwuOMHeQNhA4E60Mg=; b=rFjMFd+Rb3Um7n32dUZdeVmKiktANNWBc55Ps6RIQUsdI4i8tyxALQOH9WkeBMg3rH oLEdqGPN1jjiNNXhnIp7QllvV5WQPXxwSRCLTMqPUeoS7rzI8qyLRW7437RvmrFowqxe aA/PtlpUVWNhB051WloBM5a/PqUOh7fsJ7Wl2HI1XGjtKu7yZAHfCjx6pv+teCx6hQ5S ZShCY06LNk7vGNe4HCAohqNcQt3l4nNIE2Hh9CEvnjA3vm0gPH76pOpiTkOSW0MA9KVr vV7JWHgdhiEPFxSH4tNJfGlhxXeU4o0zbxQ3pM8Hpgs68jQvesUYKaA/WM4pDGMePr7w EdZQ== X-Gm-Message-State: AOJu0YywspRmsEJOpj9NbGa9OyJ3HTuBeiDxSX54JsG+EI6EB8p9Tw34 Powx1w/bKDSRFVqpbYqCMdWlLlkcFFJzZQ== X-Google-Smtp-Source: AGHT+IF2Id52YWWJjwEcOPmxlBYcsDmiXW9OvfLPaVxitJguOwV8eKvC5w6C1S550U9GxRsopJ7crQ== X-Received: by 2002:a0d:fc05:0:b0:5cb:332e:ab68 with SMTP id m5-20020a0dfc05000000b005cb332eab68mr8454417ywf.5.1701002705245; Sun, 26 Nov 2023 04:45:05 -0800 (PST) Received: from mail-yw1-f170.google.com (mail-yw1-f170.google.com. [209.85.128.170]) by smtp.gmail.com with ESMTPSA id k64-20020a819343000000b005cb966de28fsm2455336ywg.122.2023.11.26.04.45.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 26 Nov 2023 04:45:04 -0800 (PST) Received: by mail-yw1-f170.google.com with SMTP id 00721157ae682-5cc69df1b9aso30871557b3.3 for ; Sun, 26 Nov 2023 04:45:04 -0800 (PST) X-Received: by 2002:a25:fc04:0:b0:d9a:6855:14cd with SMTP id v4-20020a25fc04000000b00d9a685514cdmr8327067ybd.39.1701002703845; Sun, 26 Nov 2023 04:45:03 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Luca Boccassi Date: Sun, 26 Nov 2023 12:44:52 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: DPDK Release Status Meeting 2023-11-23 To: Ruifeng Wang Cc: "Mcnamara, John" , "dev@dpdk.org" , "thomas@monjalon.net" , "Marchand, David" , nd@arm.com Content-Type: text/plain; charset="UTF-8" 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 On Sun, 26 Nov 2023 at 01:55, Ruifeng Wang wrote: > > > > On 2023/11/24 4:53 PM, Mcnamara, John wrote: > > Release status meeting minutes 2023-11-23 > > > > > issues: > > > > * Build/link issue on Debian > > > > https://salsa.debian.org/debian/dpdk/-/jobs/4949787 > > > > * cpfl compilation issue > > > > > > https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk/Debian_Next/i586 > > > > * LCOREs autotest timing out on ARM: > > > > > > https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk/Debian_12/aarch64 > > The failure relates to test environment. 50s is not enough for lcores > test to finish. > > Due to a relative bigger RTE_MAX_LCORE value on ARM, the unit test case > would take a longer time to finish iterations. > In one of my run, the case took about 100s. Right, but this test is part of the "fast suite", and more than a minute is not exactly fast. So one of the following should ideally happen: 1) Test is moved out of the fast suite 2) Test has its individual timeout sized appropriately so that it never fails regardless of the environment 3) Test is capped so that it doesn't grow with the number of cores without limits