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 D8E54346E4E for ; Fri, 16 Jan 2026 11:06:04 +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=1768561566; cv=none; b=j/Mnv3mO0C37sGCQA5lOm17rgR6/00s+PSxqtCm+H5N9+zqt3QmedGnKDkGk00raeFPcLoWFhl24G0SHLGWAGq4YrxSUG/Rux1+AnyNmjMSQ9oZlhQZANnip2SPYwJaHqS5/x1ZcSB7dTg2vLUUL3IXuuMU5+7EDgdXuakbHWJU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768561566; c=relaxed/simple; bh=OE5jpHCInFGuUzU0heJSkaZnla0jboO+ctAjAww3CA4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ctC6AWRVpx2K4DxT+27nu6Oet8PCiEbFWls5iY0G1JG6nAgo8zOnega4v10UPF9Kg+G+hz3zhLmwNtqJUFckP1ffWqOXMNsoPSG1LLy2aDuqMcXAgLHBsmud9XeRDqMXVA/shcIymAcjOJYuvIJx6uzq5+T/qiMKzza+FWiAGVo= 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 A1B0E1515; Fri, 16 Jan 2026 03:05:57 -0800 (PST) Received: from [10.1.196.46] (e134344.arm.com [10.1.196.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7F6863F59E; Fri, 16 Jan 2026 03:05:59 -0800 (PST) Message-ID: <6647ad19-6499-4e7b-9e4d-445e1a7153a4@arm.com> Date: Fri, 16 Jan 2026 11:05:57 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code To: "Shaopeng Tan (Fujitsu)" Cc: "amitsinght@marvell.com" , "baisheng.gao@unisoc.com" , "baolin.wang@linux.alibaba.com" , "carl@os.amperecomputing.com" , "dave.martin@arm.com" , "david@kernel.org" , "dfustini@baylibre.com" , "fenghuay@nvidia.com" , "gshan@redhat.com" , "james.morse@arm.com" , "jonathan.cameron@huawei.com" , "kobak@nvidia.com" , "lcherian@marvell.com" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "peternewman@google.com" , "punit.agrawal@oss.qualcomm.com" , "quic_jiles@quicinc.com" , "reinette.chatre@intel.com" , "rohit.mathew@arm.com" , "scott@os.amperecomputing.com" , "sdonthineni@nvidia.com" , "xhao@linux.alibaba.com" , "catalin.marinas@arm.com" , "will@kernel.org" , "corbet@lwn.net" , "maz@kernel.org" , "oupton@kernel.org" , "joey.gouly@arm.com" , "suzuki.poulose@arm.com" , "kvmarm@lists.linux.dev" References: <20260112165914.4086692-1-ben.horgan@arm.com> From: Ben Horgan Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Shaopeng, On 1/16/26 10:47, Shaopeng Tan (Fujitsu) wrote: > Hello Ben, > > I ran the MPAM driver on NVIDIA's Grace machine, and it seems to be working fine. > > Tested-by: Shaopeng Tan Thanks for the testing! Ben