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 DF8CF2FB99D; Fri, 10 Oct 2025 16:54:48 +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=1760115290; cv=none; b=jav9Y1hIeRwwHq+A8Y1qpx/Hp0Nwg1i36bLvWgxUfUk15SzShjMDQs02YK0HEtC0tmDKigfuLxXjAm1+Ez6F/C7YZ+YeAIr2Q1jBYIb2kJlV2vsIjwF1gwiXAyGi+t5stUmKIP/AtPXaZBPu+sMqQ3Yh8NUbJK5YVbk9VHg9d8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760115290; c=relaxed/simple; bh=OxOChyWRZw/pR7CtPmAB5YnWpcsxS8vPMJhJ/TsOVy4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=bhdSCooGWWf1jHeWaNKJq4ryabHExprwIeR/KxQZGj04JDm2UXiQ+ofCx7xBWzmHQZZZwvWkIzaTqDO85wn6rLxSXCBfoPBH7qvHvQSaT4sVEHma4iOxUJRlUYTFG16KIo5MXroUt9xFjUMpisoDZPiJwqx9ZcflTSMLBYvFGGk= 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 41C7C1713; Fri, 10 Oct 2025 09:54:40 -0700 (PDT) Received: from [10.1.197.69] (eglon.cambridge.arm.com [10.1.197.69]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1691A3F66E; Fri, 10 Oct 2025 09:54:42 -0700 (PDT) Message-ID: Date: Fri, 10 Oct 2025 17:54:11 +0100 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 29/29] arm_mpam: Add kunit tests for props_mismatch() To: Fenghua Yu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Cc: D Scott Phillips OS , carl@os.amperecomputing.com, lcherian@marvell.com, bobo.shaobowang@huawei.com, tan.shaopeng@fujitsu.com, baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , peternewman@google.com, dfustini@baylibre.com, amitsinght@marvell.com, David Hildenbrand , Dave Martin , Koba Ko , Shanker Donthineni , baisheng.gao@unisoc.com, Jonathan Cameron , Rob Herring , Rohit Mathew , Rafael Wysocki , Len Brown , Lorenzo Pieralisi , Hanjun Guo , Sudeep Holla , Catalin Marinas , Will Deacon , Greg Kroah-Hartman , Danilo Krummrich References: <20250910204309.20751-1-james.morse@arm.com> <20250910204309.20751-30-james.morse@arm.com> <1c0907cc-5cfe-448e-a308-c347566c1f68@nvidia.com> Content-Language: en-GB From: James Morse In-Reply-To: <1c0907cc-5cfe-448e-a308-c347566c1f68@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Fenghua, On 26/09/2025 03:36, Fenghua Yu wrote: > On 9/10/25 13:43, James Morse wrote: >> When features are mismatched between MSC the way features are combined >> to the class determines whether resctrl can support this SoC. >> >> Add some tests to illustrate the sort of thing that is expected to >> work, and those that must be removed. >> >> Signed-off-by: James Morse > > Reviewed-by: Fenghua Yu Thanks! James