From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755845AbcJZReZ (ORCPT ); Wed, 26 Oct 2016 13:34:25 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:41046 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753809AbcJZReW (ORCPT ); Wed, 26 Oct 2016 13:34:22 -0400 Date: Wed, 26 Oct 2016 19:31:30 +0200 (CEST) From: Thomas Gleixner To: "Luck, Tony" cc: "Yu, Fenghua" , "Anvin, H Peter" , Ingo Molnar , Peter Zijlstra , Stephane Eranian , Borislav Petkov , "Hansen, Dave" , Nilay Vaish , Shaohua Li , David Carrillo-Cisneros , "Shankar, Ravi V" , "Prakhya, Sai Praneeth" , Vikas Shivappa , linux-kernel , x86 Subject: Re: [PATCH v5 10/18] x86/intel_rdt: Build structures for each resource based on cache topology In-Reply-To: Message-ID: References: <1477142405-32078-1-git-send-email-fenghua.yu@intel.com> <1477142405-32078-11-git-send-email-fenghua.yu@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 Wed, 26 Oct 2016, Luck, Tony wrote: > Order is visible to users when we print entries in the schemata file, and > validate input that they write (we require that they provide all masks in > the same order as this list). > If we hot remove a socket, it disappears from the list, and from the > schemata file. When we put in a replacement it reappears. I didn't want > the user to see: > L3:0=fffff;2=fffff;3=fffff;1=fffff > after hot replace socket 1, hence the sort. Fair enough. Spelling this out in a comment might prevent questions about this in the future. Thanks, tglx