From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9E5CA63A for ; Sat, 22 Jul 2023 19:18:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690053517; x=1721589517; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=/sWeK70vMwPIPRUy8fstWEekCfivAD4oofyJy80Hpdo=; b=ImxTSAaiWzDK8MkBP7vWHG7R9eBuc1AJx2oyBtFyh15xhY5SR/rqLrIV 06jxerl8awdhfT0L+lgYCTYpj3r1RWfzo0kIPXNQzqMHY/b5ll+Oah5+b x1ZZK/5vLcKSyK3ZslmT+H9PiZ3nPXrIc9E9JJSmsUgSNG4AomljlVDgg F62HOTkJn6mh9GomJ1miTux7N+b7NRwtYuXS9XBHJtS59B+q1lcwqaXPg E9S/PGKMRO60/2u1bBTwzjK9IGlTpci9Mqpb9cVYaAz/7T7QYmecwNu4D xXdKP07n6h5bgkdVnQU+NC95lTher5Vl10BVmu1hBZBEbhDrUH3aN88Ui w==; X-IronPort-AV: E=McAfee;i="6600,9927,10779"; a="357218111" X-IronPort-AV: E=Sophos;i="6.01,224,1684825200"; d="scan'208";a="357218111" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2023 12:18:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="868599686" Received: from agluck-desk3.sc.intel.com (HELO agluck-desk3) ([172.25.222.74]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2023 12:18:37 -0700 Date: Sat, 22 Jul 2023 12:18:35 -0700 From: Tony Luck To: "Chatre, Reinette" Cc: "Yu, Fenghua" , Peter Newman , Jonathan Corbet , Shuah Khan , "x86@kernel.org" , Shaopeng Tan , James Morse , Jamie Iles , Babu Moger , Randy Dunlap , "linux-kernel@vger.kernel.org" , "linux-doc@vger.kernel.org" , "patches@lists.linux.dev" Subject: Re: [PATCH v3 3/8] x86/resctrl: Add a new node-scoped resource to rdt_resources_all[] Message-ID: References: <20230713163207.219710-1-tony.luck@intel.com> <20230713163207.219710-4-tony.luck@intel.com> <769521ee-6907-1613-442f-e2915a8ea554@intel.com> <076a76c9-ab57-cae2-e6e4-99d26921b578@intel.com> <95c56b28-414d-b148-055f-b41e7da9401a@intel.com> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Jul 20, 2023 at 09:56:50PM +0000, Luck, Tony wrote: > This does seem a worthy target. > > I started on a patch to so this ... but I'm not sure I have the stamina or the time > to see it through. I was being a wuss. I came back at this on Friday from a slightly different perspective, and it all came togeteher fairly easily. New series posted here: https://lore.kernel.org/all/20230722190740.326190-1-tony.luck@intel.com/ -Tony