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 8C8C1A0C43; Thu, 26 Aug 2021 13:24:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BAF340689; Thu, 26 Aug 2021 13:24:56 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id BB8B340140 for ; Thu, 26 Aug 2021 13:24:55 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id A4EA9A0C4B; Thu, 26 Aug 2021 13:24:55 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 26 Aug 2021 11:24:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 19.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: yux.jiang@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 795] [dpdk-19.11] unit_tests_power/power_cpufreq: unit test failed 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" https://bugs.dpdk.org/show_bug.cgi?id=3D795 Bug ID: 795 Summary: [dpdk-19.11] unit_tests_power/power_cpufreq: unit test failed Product: DPDK Version: 19.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: yux.jiang@intel.com Target Milestone: --- Environment DPDK version: Use make showversion or for a non-released version: git remot= e -v && git show-ref --heads commit 179f2a3a8a56600a66e4e0830bbe993be67f9d7e (HEAD, tag: v19.11.10-rc1, origin/19.11) Author: Christian Ehrhardt Date: Wed Aug 18 16:45:29 2021 +0200 version: 19.11.10-rc1=20=20=20 Signed-off-by: Christian Ehrhardt OS: Red Hat Enterprise Linux release 8.3/4.18.0-305.7.1.el8_4.x86_64 Compiler:=C2=A0gcc version 8.4.1 20200928 (Red Hat 8.4.1-1) (GCC) Hardware platform:=C2=A0Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz NIC hardware:=C2=A082599ES 10-Gigabit SFI/SFP+ Network Connection 10fb(nian= tic) NIC firmware:=C2=A00x000161bf=C2=A0 NIC driver:=C2=A0ixgbe-5.10.2 Test Setup Steps to reproduce List the steps to reproduce the issue. 1. usertools/dpdk-devbind.py --force --bind=3Dvfio-pci 0000:81:00.0 0000:81:00= .1 2. x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1-71 -n 4 -- -i 3. power_cpufreq_autotest Show the output from the previous commands. APP: HPET is not enabled, using TSC as default timer RTE>>power_cpufreq_autotest POWER: Env isn't set yet! POWER: Attempting to initialise ACPI cpufreq power management... POWER: Power management governor of lcore 2 has been set to user space successfully POWER: Initialized successfully for lcore 2 power management POWER: Power management governor of lcore 2 has been set back to ondemand successfully POWER: Power management of lcore 2 has exited from 'userspace' mode and been set back to the original POWER: Lcore id 128 can not exceeds 127 POWER: Power management governor of lcore 2 has been set to user space successfully POWER: Initialized successfully for lcore 2 power management POWER: Power management of lcore 2 is in use POWER: Invalid lcore ID POWER: NULL buffer supplied POWER: Buffer size is not enough POWER: Invalid lcore ID POWER: Power management governor of lcore 2 has been set back to ondemand successfully POWER: Power management of lcore 2 has exited from 'userspace' mode and been set back to the original Test Failed RTE>> Expected Result RTE>>power_cpufreq_autotest POWER: Env isn't set yet! POWER: Attempting to initialise ACPI cpufreq power management... POWER: Initialized successfully for lcore 2 power management POWER: Power management governor of lcore 2 has been set back to successfu= lly POWER: Power management of lcore 2 has exited from 'userspace' mode and been set back to the original POWER: Lcore id 128 can not exceeds 127 POWER: Initialized successfully for lcore 2 power management POWER: Power management of lcore 2 is in use POWER: Invalid lcore ID POWER: NULL buffer supplied POWER: Buffer size is not enough POWER: Invalid lcore ID POWER: Invalid lcore ID POWER: Invalid frequency index 64, which should be less than 15 POWER: Invalid frequency index 15, which should be less than 15 POWER: Invalid lcore ID POWER: Invalid lcore ID POWER: Invalid lcore ID POWER: Invalid lcore ID POWER: Invalid lcore ID POWER: Invalid lcore ID POWER: Power management governor of lcore 2 has been set back to successfu= lly POWER: Power management of lcore 2 has exited from 'userspace' mode and been set back to the original POWER: Power management of lcore 2 is not used POWER: Lcore id 128 can not exceeds 127 Test OK Regression Is this issue a regression: (Y/N) Y First bad commit id:=C2=A0=C2=A0commit 606a234c6, but which has been fixed = in 21.08. 1, former bug [DPDK-26715] [dpdk-21.05] unit_tests_power/power_cpufreq: unit test failed - IT JIRA (Supports IC/ITS Data) (intel.com): the former part of the fixed patch(http://dpdk.org/patch/95860) has been me= rged into LTS19.11.10-rc1.=C2=A0 =C2=A02, the next related bug=C2=A0[DPDK-28772] [dpdk-20.11] unit_tests_power/power_cpufreq: unit test failed - IT JIRA (Supports IC/ITS Data) (intel.com) apply its patch, also test failed.=C2=A0 so need future debug. --=20 You are receiving this mail because: You are the assignee for the bug.=