From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758092AbcJHRNP (ORCPT ); Sat, 8 Oct 2016 13:13:15 -0400 Received: from mail-it0-f48.google.com ([209.85.214.48]:35629 "EHLO mail-it0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756447AbcJHRMs (ORCPT ); Sat, 8 Oct 2016 13:12:48 -0400 MIME-Version: 1.0 In-Reply-To: <1475894763-64683-6-git-send-email-fenghua.yu@intel.com> References: <1475894763-64683-1-git-send-email-fenghua.yu@intel.com> <1475894763-64683-6-git-send-email-fenghua.yu@intel.com> From: Nilay Vaish Date: Sat, 8 Oct 2016 12:12:07 -0500 Message-ID: Subject: Re: [PATCH v3 05/18] Documentation, x86: Documentation for Intel resource allocation user interface To: Fenghua Yu Cc: 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -- Nilay