From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6DE98E546 for ; Thu, 23 May 2024 15:18:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716477495; cv=none; b=dvNATPWEs3wP6DRJZdWjO4ftc/TnL6vzA2QC0mqCOAtWxccHQ0kVWgk8q8zuWcUpKE9HFzS6Q9KzPxDfwbDRYNbqqjjxDJZHzP/Do5/kSIpeXqtiTDZ/av4TaiowMCOb2t9GkAJRrk2P9aAjj3xFGWuPdzLbRWGknnqMKg0JbkY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716477495; c=relaxed/simple; bh=EpKiSCqAgXtVBOjk3Q6o88eDYHlzv6Euu88zuoQhVxM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FXvwH/tNdXXiD2RQEcgDuUqKu8hGuhj1MRY/zzS+dLYk5zHJevOvZ0Ei07x67gU8dWtyJ11sjN1V6bNElLhrRIQI68+iuwao5GNVDQxzjH2kkqO8JAHzKMA3c9XZ/ywruuEU/+qiedfTx30rNszyqlocscSZTKugA36ozyZrAIk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B1FA1339; Thu, 23 May 2024 08:18:36 -0700 (PDT) Received: from e133380.arm.com (e133380.arm.com [10.1.197.52]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D72F53F766; Thu, 23 May 2024 08:18:09 -0700 (PDT) Date: Thu, 23 May 2024 16:18:07 +0100 From: Dave Martin To: David Hildenbrand Cc: Reinette Chatre , x86@kernel.org, linux-kernel@vger.kernel.org, James Morse , Fenghua Yu , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , shameerali.kolothum.thodi@huawei.com, D Scott Phillips OS , carl@os.amperecomputing.com, lcherian@marvell.com, bobo.shaobowang@huawei.com, "Shaopeng Tan (Fujitsu)" , baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , Peter Newman , dfustini@baylibre.com, amitsinght@marvell.com, Rex Nie Subject: Re: [PATCH v2 00/35] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl Message-ID: References: <20240426150537.8094-1-Dave.Martin@arm.com> <64113803-e4b8-49a2-a217-e1be790872fe@intel.com> <8387d2d8-921a-4992-b622-15ddd89bf8d3@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8387d2d8-921a-4992-b622-15ddd89bf8d3@redhat.com> Hi David, On Thu, May 23, 2024 at 05:07:50PM +0200, David Hildenbrand wrote: > On 23.05.24 17:01, Dave Martin wrote: > > Hi Reinette, > > > > Apologies for the slow response... > > > > On Tue, May 14, 2024 at 08:56:41AM -0700, Reinette Chatre wrote: > > > Hi Dave, > > > > > > On 5/14/2024 8:17 AM, Dave Martin wrote: > > > > On Wed, May 08, 2024 at 08:41:37AM -0700, Reinette Chatre wrote: > > > > > On 4/26/2024 8:05 AM, Dave Martin wrote: > > > > > > This is a respin of the resctrl refactoring series described below, > > > > > > addressing review feedback. Many thanks to those to responded with > > > > > > feedback on the v1 series [2]. > > > > > > > > > > > > See Notes and FYIs in the individual patches for details on the changes > > > > > > and outstanding issues. > > > > > > > > > > What are your expectations regarding this series while considering [1] and [2]? > > > > > > > > > > Reinette > > > > > > > > > > [1] https://lore.kernel.org/lkml/ZiE8%2foXyjBef2qTy@e133380.arm.com/ > > > > > [2] https://lore.kernel.org/lkml/acce93e6-4c8e-472d-a2bc-5cbad2950661@intel.com/ > > > > > > > > > > > > > I plan to propose a reworked version of the fflags and string parser > > > > stuff, and take a look at the other more minor outstanding issues. > > > > > > > > The series does need rebasing, but otherwise I don't anticipate much > > > > change to the code from the Arm side unless there are further review > > > > comments. > > > > > > > > Do you have a preference on how this series should proceed? > > > > > > I believe that I already answered this question in [2], hence my confusion > > > about this posting. > > > > > > Reinette > > > > I guess James and I need to tidy up the loose ends and repost this. > > > > I'm hoping we can get a v3 out over the next few weeks or so. > > Finally having more time to review this (I hope ...) does it make sense to > review this v2 or wait for v3? It's up to you. All review is appreciated, but v2 mostly dealt with minor cosmetic cleanups, and as Reinette highlights, there are few more significant changes pending. So, it may be a better use of your time if you wait for v3 and review it then. Cheers ---Dave