From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758099AbcJHRaE (ORCPT ); Sat, 8 Oct 2016 13:30:04 -0400 Received: from mga03.intel.com ([134.134.136.65]:7600 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757122AbcJHR36 (ORCPT ); Sat, 8 Oct 2016 13:29:58 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,462,1473145200"; d="scan'208";a="1042113666" Date: Sat, 8 Oct 2016 13:33:06 -0700 From: Fenghua Yu To: Nilay Vaish Cc: Fenghua Yu , Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , Tony Luck , Peter Zijlstra , Stephane Eranian , Borislav Petkov , Dave Hansen , Shaohua Li , David Carrillo-Cisneros , Ravi V Shankar , Sai Prakhya , Vikas Shivappa , linux-kernel , x86 Subject: Re: [PATCH v3 05/18] Documentation, x86: Documentation for Intel resource allocation user interface Message-ID: <20161008203306.GA7672@linux.intel.com> References: <1475894763-64683-1-git-send-email-fenghua.yu@intel.com> <1475894763-64683-6-git-send-email-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 08, 2016 at 12:12:07PM -0500, Nilay Vaish wrote: > On 7 October 2016 at 21:45, Fenghua Yu wrote: > > From: Fenghua Yu > > > > +L3 details (code and data prioritization disabled) > > +-------------------------------------------------- > > +With CDP disabled the L3 schemata format is: > > + > > + L3:=;=;... > > + > > +L3 details (CDP enabled via mount option to resctrl) > > +---------------------------------------------------- > > +When CDP is enabled, you need to specify separate cache bit masks for > > +code and data access. The generic format is: > > + > > + L3:=,;=,;... > > Can we drop L3 here and instead say: > L:=,;=,;... > > and similarly for without CDP as well. L3 and L2 are similar but different. L2 doesn't have CDP feature. It would be better to talk them separately here. Thanks. -Fenghua