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 7E0FE107A8 for ; Thu, 23 May 2024 15:01:45 +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=1716476508; cv=none; b=C0wF6SlSaU6qQvMKMehojxALSNSQIjlOnNXKSE7GBgFyh82FeVdng2r6PejqFAH6ikKRUGGLrs5HS3WGGDM9OjHDONESPrfBs1/r0EvR69fKQUeohNAk/pmUwu8cvi9qVhv7cjTJs2m9O7iyVtVydUhHFqFzj6Vy8SCf67YDHno= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716476508; c=relaxed/simple; bh=pGu1Eg2HkyDlVkfDSpRwnf0H0hscN2Wt8GnmLWgSAgY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NihzRTCCbiy5zzOeG/GXwIzOYVvFkENaLh+xkjuv53Ax5anhix70H0FSrrgwmx2YLY/Pwq28qvEJlx0f7Ie9KECr8plTKSptk3JiNqssMo9riGHUU592omWpYqYk1wKJnF4hndVECcDYg6IAOU8yjNxTo37DYfENt2gOYpWeyqE= 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 97DC8339; Thu, 23 May 2024 08:02:07 -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 BEA2A3F766; Thu, 23 May 2024 08:01:40 -0700 (PDT) Date: Thu, 23 May 2024 16:01:38 +0100 From: Dave Martin To: Reinette Chatre Cc: 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, David Hildenbrand , 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> 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: <64113803-e4b8-49a2-a217-e1be790872fe@intel.com> 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. Cheers ---Dave