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 23B5442C9A; Mon, 12 Jun 2023 23:23:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A713440698; Mon, 12 Jun 2023 23:23:36 +0200 (CEST) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mails.dpdk.org (Postfix) with ESMTP id 1C09840689 for ; Mon, 12 Jun 2023 23:23:35 +0200 (CEST) Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1b3b56dcf1bso20345955ad.2 for ; Mon, 12 Jun 2023 14:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1686605014; x=1689197014; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=UeghPxKtwAcpaxGAMheQ8XEsaCXMH9F6fxndrifPQ6I=; b=0wNumW1Mdt6pASPo2gxiopd75VZTkWILUapGLcggRDA7YIfOWHxBtga2TRHhKPT3q/ nET0Im//n+X4Zf3UTnqdRWkUro4OXGTr+SeIpSyXPy4AlE549BgaXuYR5iM99kzvNmU7 aDBHTcZ5NJ6YVTrPddOaC9XWAL2R7jDlero/C+ZV48yi4bsCOBkyBY8w2weEe2aaFCEt vYx30DsflIhB6IWCzrhvFAgUcFU8QAU+cxOEgP4npA7O17d+HnmaLRfeqeFNJMCQgQSS 5d4J2HT+s+PoLUixz+vnkQmsLrgSHWn/m4a95+Mf+9Uu6FPBd04Rmts94tpCETlrQHIu OlRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686605014; x=1689197014; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UeghPxKtwAcpaxGAMheQ8XEsaCXMH9F6fxndrifPQ6I=; b=byK2jkKd48jEchTIU6oAvI3qxnH1iRM4iwDuWO+QtIegs132EG8mzJmZlXtFPta9No 4z/C1dS6tRQbV+9ZK73BrwadzKIABlihs+YWFC4KZ/TfbYIG38iDAR+8ZrHmgq9huYQ+ PMTYM1Zo+T0ziQ601ijD+OsIC4oygg6wAchQX1mphnANuO6lJfwLRSKGjPM5lQ8f+Z0T HiTWSqo9hNNvfPTtbEK5sXU0Pu/Y6Iiwv+uB1lFzd6SLL/Fyff2ign3/kOgsiNy2IfwM EbzyHgcce4extlpCoIjiSOXMp9QLwfiPgIyxPZfJneC29EthSE4v5FxBjzk9mSFyeD3E HXuA== X-Gm-Message-State: AC+VfDzONhAOfGyM07lt+qi1Ht7gL3OWRiagVJWd/9NJoUDEPEzm4cAz Yr5y6hFHxGtupaaYlE14nZE6ww== X-Google-Smtp-Source: ACHHUZ6lRKA0xyavNJUssNBInIUx1KYPBgEfUfhAmE4Xa2BDHhCOzz8+WxTYTKew7N2Jyxp6lJyi+A== X-Received: by 2002:a17:903:2350:b0:1a1:b3bb:cd5b with SMTP id c16-20020a170903235000b001a1b3bbcd5bmr9251962plh.62.1686605014130; Mon, 12 Jun 2023 14:23:34 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id bh2-20020a170902a98200b0019a5aa7eab0sm8701732plb.54.2023.06.12.14.23.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Jun 2023 14:23:33 -0700 (PDT) Date: Mon, 12 Jun 2023 14:23:32 -0700 From: Stephen Hemminger To: Phil Yang Cc: aconole@redhat.com, maicolgabriel@hotmail.com, dev@dpdk.org, david.marchand@redhat.com, drc@linux.vnet.ibm.com, gavin.hu@arm.com, Honnappa.Nagarahalli@arm.com, ruifeng.wang@arm.com, nd@arm.com Subject: Re: [dpdk-dev] [PATCH 1/2] test/mcslock: move performance test to perf tests Message-ID: <20230612142332.3b2ce587@hermes.local> In-Reply-To: <1584936978-11899-1-git-send-email-phil.yang@arm.com> References: <1584936978-11899-1-git-send-email-phil.yang@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Mon, 23 Mar 2020 12:16:17 +0800 Phil Yang wrote: > The MCS lock performance test takes more than 10 seconds and leads > to meson test timeout on some platforms. Move the performance test > into perf tests. > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu > --- No, fix the test. There is no reason that mcslock should be in perf section but not all the other lock types.