From patchwork Thu Apr 15 05:39:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richael Zhuang X-Patchwork-Id: 91533 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87761A0A0C; Thu, 15 Apr 2021 07:39:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4DA8E161FC5; Thu, 15 Apr 2021 07:39:40 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 258E7161FC3 for ; Thu, 15 Apr 2021 07:39:39 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5795711B3; Wed, 14 Apr 2021 22:39:38 -0700 (PDT) Received: from wls-arm-cavium06.shanghai.arm.com (wls-arm-cavium06.shanghai.arm.com [10.169.206.120]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 413033F792; Wed, 14 Apr 2021 22:39:37 -0700 (PDT) From: Richael Zhuang To: dev@dpdk.org Cc: nd@arm.com Date: Thu, 15 Apr 2021 13:39:21 +0800 Message-Id: <20210415053923.3447-1-richael.zhuang@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210407074636.26891-2-richael.zhuang@arm.com> References: <20210407074636.26891-2-richael.zhuang@arm.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v4 0/2] test/power: fix bugs in cpufreq test 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" This series fixed some bugs in unit tests for power library. v4: abort the patch about checking -ENOTSUP in turbo test. Richael Zhuang (2): test/power: round cpuinfo cur freq value in cpufreq autotest test/power: add delay before checking cpuinfo cur freq app/test/test_power_cpufreq.c | 41 +++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-)