Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp3137739pxb; Tue, 20 Apr 2021 01:08:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxDPbLbiGfaM57skyQLK1TMh7/zL8EtjRnvRONxPEs73b6FxoeOkskbVr55kVD4lgMz85ou X-Received: by 2002:a17:906:86c2:: with SMTP id j2mr25883589ejy.257.1618906105539; Tue, 20 Apr 2021 01:08:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618906105; cv=none; d=google.com; s=arc-20160816; b=in2ckbXwIS+VrU5H46uA5ZjioPicDz8nvc7HsqyyXKZt1vX9TqfR+MUWLSzYDDjDQG sN53aCegRsIcfFeGb7lT2aIMROV/TnShLLXvRcyyJHiFqzOUlwyZm7YC5WSjp1PGqsuC l+VA3tAEttLJwEsuVrFDufHPfErb98NAMHomgIXWFrnx7ehm3SJlTpunK48oQaXm2Uuc vHnqLvLC80+JOECuCcGVekr5T4PobeIz2v5mO5T4YAtuUKeqIfL1BrxjeyUhU7l00Itl YT2VWmMga+j85Rt3XMdNF+BOAjNcPVAFD31FyUGnjni+wCthFYLv71MA4Kr+2Q+k7+w/ H8RQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=QFiA0bANjPsqFz4yFNYrZPrHkYUC2f6PEbIicCGP1Ek=; b=d7zDs1+308Tc+mt4+bNMWSzWzjf2qEqt2ERcffu2DO9x9K1FgpFcj4yWrBLizPqgKf SxgBGKUQimpZheUvZJ6SJkJr0CPHBLa4fv2efGh+UeocbczkK6dGiNLkekHW6Pge1dpY ipkP5s/OAC0TGDq9hGfZodRQjQkRpoyONRIjhsV5FcN7bwbFPN4NCzMXzcys8hRApxuc nqNyCVEeCaiiNx0DOint18bDIJ8GStTNVaFv7nYc5X+IU9vrI3jewrvbSsKeUhtnOU32 r/goCNesjcVWdKw3Pb/mErE4NvYLhDemHlNhm43Bj7aPSnqzDMcjvxcuuI1CWeKXj7Lx fK3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y16si9836754edv.521.2021.04.20.01.08.01; Tue, 20 Apr 2021 01:08:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229997AbhDTIHh (ORCPT + 99 others); Tue, 20 Apr 2021 04:07:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:56074 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229552AbhDTIHh (ORCPT ); Tue, 20 Apr 2021 04:07:37 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 302DFB2D8; Tue, 20 Apr 2021 08:07:05 +0000 (UTC) Date: Tue, 20 Apr 2021 10:07:01 +0200 From: Borislav Petkov To: Chen Yu Cc: Terry Bowman , lenb@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, calvin.walton@kepstin.ca, wei.huang2@amd.com, aros@gmx.com Subject: Re: [PATCH v2] tools/power turbostat: Fix RAPL summary collection on AMD processors Message-ID: <20210420080701.GA2326@zn.tnic> References: <20210419195812.147710-1-terry.bowman@amd.com> <20210420020336.GA386151@chenyu-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210420020336.GA386151@chenyu-desktop> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 20, 2021 at 10:03:36AM +0800, Chen Yu wrote: > On Mon, Apr 19, 2021 at 02:58:12PM -0500, Terry Bowman wrote: > > Turbostat fails to correctly collect and display RAPL summary information > > on Family 17h and 19h AMD processors. Running turbostat on these processors > > returns immediately. If turbostat is working correctly then RAPL summary > > data is displayed until the user provided command completes. If a command > > is not provided by the user then turbostat is designed to continuously > > display RAPL information until interrupted. > > > > The issue is due to offset_to_idx() and idx_to_offset() missing support for > > AMD MSR addresses/offsets. offset_to_idx()'s switch statement is missing > > cases for AMD MSRs and idx_to_offset() does not include a path to return > > AMD MSR(s) for any idx. > > > > The solution is add AMD MSR support to offset_to_idx() and idx_to_offset(). > > These functions are split-out and renamed along architecture vendor lines > > for supporting both AMD and Intel MSRs. > > > > Fixes: 9972d5d84d76 ("tools/power turbostat: Enable accumulate RAPL display") > > Signed-off-by: Terry Bowman > Thanks for fixing, Terry, and previously there was a patch for this from Bas Nieuwenhuizen: > https://lkml.org/lkml/2021/3/12/682 > and it is expected to have been merged in Len's branch already. Expected? So is it or is it not? And can you folks agree on a patch already and give it to Artem for testing (CCed) because he's triggering it too: https://bugzilla.kernel.org/show_bug.cgi?id=212357 Thx. -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg