Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753834AbbHaQGP (ORCPT ); Mon, 31 Aug 2015 12:06:15 -0400 Received: from mail.skyhub.de ([78.46.96.112]:51245 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753336AbbHaQGN (ORCPT ); Mon, 31 Aug 2015 12:06:13 -0400 Date: Mon, 31 Aug 2015 18:06:22 +0200 From: Borislav Petkov To: Peter Zijlstra Cc: Ingo Molnar , Huang Rui , Borislav Petkov , Jean Delvare , Guenter Roeck , Andy Lutomirski , Andreas Herrmann , Thomas Gleixner , "Rafael J. Wysocki" , Len Brown , John Stultz , =?utf-8?B?RnLDqWTDqXJpYw==?= Weisbecker , lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org, x86@kernel.org, Andreas Herrmann , Aravind Gopalakrishnan , Fengguang Wu , Aaron Lu , Tony Li Subject: Re: [PATCH 09/15] x86, amd: add accessor for number of cores per compute unit Message-ID: <20150831160622.GA29830@nazgul.tnic> References: <1440662866-28716-1-git-send-email-ray.huang@amd.com> <1440662866-28716-10-git-send-email-ray.huang@amd.com> <20150828064814.GB20153@nazgul.tnic> <20150828080418.GB13309@gmail.com> <20150829091914.GA8878@gmail.com> <20150830155322.GA26370@nazgul.tnic> <20150831083821.GE16853@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150831083821.GE16853@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1140 Lines: 30 On Mon, Aug 31, 2015 at 10:38:21AM +0200, Peter Zijlstra wrote: > Looking at the BKDG Fam 15h 60h-6Fh these MSRs are per compute unit. > This means you can do much finer grained measurements than system wide Well, we can do finer-grained if needed. I'm all for everything which has a good use case. The use case we had in mind here was the physical processor power consumption for a time period. > -- which is all hwmon seems capable of. I guess we can do both - perf and hwmon. I don't see why not. > Not to mention the proposed code is horrible, who in their right mind > does two rdmsrl_safe_on_cpu() back to back. That's a good point - I missed that during previous review. Rui, please put the rdmsrl_safe_on_cpu() accesses in a separate function which you run on a particular CPU, for your next version. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/