From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756042AbdDESFL (ORCPT ); Wed, 5 Apr 2017 14:05:11 -0400 Received: from mga04.intel.com ([192.55.52.120]:30387 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753198AbdDESEW (ORCPT ); Wed, 5 Apr 2017 14:04:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,279,1488873600"; d="scan'208";a="1131476703" Date: Wed, 5 Apr 2017 11:04:51 -0700 (PDT) From: Shivappa Vikas X-X-Sender: vikas@vshiva-Udesk To: Thomas Gleixner cc: Vikas Shivappa , vikas.shivappa@intel.com, x86@kernel.org, linux-kernel@vger.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: Intel Memory bandwidth allocation In-Reply-To: Message-ID: References: <1491256652-18729-1-git-send-email-vikas.shivappa@linux.intel.com> <1491256652-18729-2-git-send-email-vikas.shivappa@linux.intel.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Apr 2017, Thomas Gleixner wrote: > On Mon, 3 Apr 2017, Vikas Shivappa wrote: >> +Cache resource(L3/L2) subdirectory contains the following files: >> >> -"num_closids": The number of CLOSIDs which are valid for this >> - resource. The kernel uses the smallest number of >> - CLOSIDs of all enabled resources as limit. >> +"num_closids": The number of CLOSIDs which are valid for this >> + resource. The kernel uses the smallest number of >> + CLOSIDs of all enabled resources as limit. >> >> -"cbm_mask": The bitmask which is valid for this resource. This >> - mask is equivalent to 100%. >> +"cbm_mask": The bitmask which is valid for this resource. >> + This mask is equivalent to 100%. >> >> -"min_cbm_bits": The minimum number of consecutive bits which must be >> - set when writing a mask. >> +"min_cbm_bits": The minimum number of consecutive bits which >> + must be set when writing a mask. >> >> +Memory bandwitdh(MB) subdirectory contains the following files: > > This has a num_closids file as well, right? Yes. copy below - just indented same text -"num_closids": The number of CLOSIDs which are valid for this - resource. The kernel uses the smallest number of - CLOSIDs of all enabled resources as limit. +"num_closids": The number of CLOSIDs which are valid for this + resource. The kernel uses the smallest number of + CLOSIDs of all enabled resources as limit. Thanks, Vikas > > Thanks, > > tglx >