From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752290AbdARJpL (ORCPT ); Wed, 18 Jan 2017 04:45:11 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:48300 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbdARJoY (ORCPT ); Wed, 18 Jan 2017 04:44:24 -0500 Date: Wed, 18 Jan 2017 10:01:37 +0100 (CET) From: Thomas Gleixner To: Shivappa Vikas cc: Vikas Shivappa , linux-kernel@vger.kernel.org, x86@kernel.org, hpa@zytor.com, mingo@kernel.org, peterz@infradead.org, ravi.v.shankar@intel.com, tony.luck@intel.com, fenghua.yu@intel.com, h.peter.anvin@intel.com Subject: Re: [PATCH 1/8] Documentation, x86: Documentation for Intel Mem b/w allocation user interface In-Reply-To: Message-ID: References: <1484076788-25385-1-git-send-email-vikas.shivappa@linux.intel.com> <1484076788-25385-2-git-send-email-vikas.shivappa@linux.intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Jan 2017, Shivappa Vikas wrote: > On Mon, 16 Jan 2017, Thomas Gleixner wrote: > > This interface is really crap. The natural way to express it is: > > > > Requested Bandwidth = X % > > I wanted to do it this way which did seem more intuitive but the issue is with > the non-linear scale which the hardware does not guarantee a particular > percentage for a particular value. Or we don't know the curve for delay value > vs. actual b/w throttled. > > ex: in non linear scale , the granularity is 2^n. > Max : 512 > > Say a value of 256 is not guaranteed to have 50% or even follow a curve where > we can calculate the corresponding percentage. The question is whether this non linear scale thing is just a first implementation attempt and any sane hardware in the future will use the percentage value (which is an approximation as well). If that non-linear scale is not going to be prevalent, then we really can live with the fallout of a particular CPU type. If it's going to stay, then Intel should be able to provide simple tables which give us the required information for a particular CPU model. Thanks, tglx