From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14BCEC3DA79 for ; Mon, 15 Jan 2024 03:36:44 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPDli-0002D4-Ul; Sun, 14 Jan 2024 22:36:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPDlh-0002C7-1n for qemu-devel@nongnu.org; Sun, 14 Jan 2024 22:36:09 -0500 Received: from mgamail.intel.com ([198.175.65.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPDlc-0007GR-E9 for qemu-devel@nongnu.org; Sun, 14 Jan 2024 22:36:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705289764; x=1736825764; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=TaFI8xu9ha7Qu9WsffH9ZV0yEhE8bI5Htv2gCGJD1D8=; b=ILoAm5WkSr6RkleUaNco7mIHjYi0sHDmZodwPqhLMr/kuSRPfVf+GUdm v8/2ouq6h+Ww6GPvzE81GLncQ0I6TSVd4AFpcYGKjpcChuRabvYmui7v6 Tz6hIwU+b+/UUb4IKthFteStQkEXeGAP8orRW11QrS3d5MqIE/pduF0v8 ZM59gHtlSX7tMH5KxBhmov0IoYN0pqPiKqHJ95YzTRe80FdDr6kg+vd54 1zg3xw/mK6g+uWjmp72zqLrhDT/eoJKSc1FQ/Wf3ugjivwjuiGSiobNhR WBEIvn4TvpFRVLWobyICFBjKBdDOVSstc+cThnLG5CA8+rA1fZGmAdD7E g==; X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="6247488" X-IronPort-AV: E=Sophos;i="6.04,195,1695711600"; d="scan'208";a="6247488" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2024 19:36:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="1114810777" X-IronPort-AV: E=Sophos;i="6.04,195,1695711600"; d="scan'208";a="1114810777" Received: from liuzhao-optiplex-7080.sh.intel.com (HELO localhost) ([10.239.160.36]) by fmsmga005.fm.intel.com with ESMTP; 14 Jan 2024 19:35:58 -0800 Date: Mon, 15 Jan 2024 11:48:56 +0800 From: Zhao Liu To: Xiaoyao Li Cc: Eduardo Habkost , Marcel Apfelbaum , "Michael S . Tsirkin" , Richard Henderson , Paolo Bonzini , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Zhenyu Wang , Zhuocheng Ding , Zhao Liu , Babu Moger , Yongwei Ma Subject: Re: [PATCH v7 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14] Message-ID: References: <20240108082727.420817-1-zhao1.liu@linux.intel.com> <20240108082727.420817-16-zhao1.liu@linux.intel.com> <599ddf2d-dc2e-4684-b2c2-ba6dfd886f32@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <599ddf2d-dc2e-4684-b2c2-ba6dfd886f32@intel.com> Received-SPF: none client-ip=198.175.65.11; envelope-from=zhao1.liu@linux.intel.com; helo=mgamail.intel.com X-Spam_score_int: -47 X-Spam_score: -4.8 X-Spam_bar: ---- X-Spam_report: (-4.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-2.758, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Hi Xiaoyao, On Sun, Jan 14, 2024 at 10:42:41PM +0800, Xiaoyao Li wrote: > Date: Sun, 14 Jan 2024 22:42:41 +0800 > From: Xiaoyao Li > Subject: Re: [PATCH v7 15/16] i386: Use offsets get NumSharingCache for > CPUID[0x8000001D].EAX[bits 25:14] > > On 1/8/2024 4:27 PM, Zhao Liu wrote: > > From: Zhao Liu > > > > The commit 8f4202fb1080 ("i386: Populate AMD Processor Cache Information > > for cpuid 0x8000001D") adds the cache topology for AMD CPU by encoding > > the number of sharing threads directly. > > > > From AMD's APM, NumSharingCache (CPUID[0x8000001D].EAX[bits 25:14]) > > means [1]: > > > > The number of logical processors sharing this cache is the value of > > this field incremented by 1. To determine which logical processors are > > sharing a cache, determine a Share Id for each processor as follows: > > > > ShareId = LocalApicId >> log2(NumSharingCache+1) > > > > Logical processors with the same ShareId then share a cache. If > > NumSharingCache+1 is not a power of two, round it up to the next power > > of two. > > > > From the description above, the calculation of this field should be same > > as CPUID[4].EAX[bits 25:14] for Intel CPUs. So also use the offsets of > > APIC ID to calculate this field. > > > > [1]: APM, vol.3, appendix.E.4.15 Function 8000_001Dh--Cache Topology > > Information > > this patch can be dropped because we have next patch. This patch is mainly used to explicitly emphasize the change in encoding way and compliance with AMD spec... I didn't tested on AMD machine, so the more granular patch would make it easier for the community to review and test. Thanks, Zhao > > > Signed-off-by: Zhao Liu > > Reviewed-by: Babu Moger > > Tested-by: Babu Moger > > Tested-by: Yongwei Ma > > Acked-by: Michael S. Tsirkin > > --- > > Changes since v3: > > * Rewrite the subject. (Babu) > > * Delete the original "comment/help" expression, as this behavior is > > confirmed for AMD CPUs. (Babu) > > * Rename "num_apic_ids" (v3) to "num_sharing_cache" to match spec > > definition. (Babu) > > > > Changes since v1: > > * Rename "l3_threads" to "num_apic_ids" in > > encode_cache_cpuid8000001d(). (Yanan) > > * Add the description of the original commit and add Cc. > > --- > > target/i386/cpu.c | 10 ++++------ > > 1 file changed, 4 insertions(+), 6 deletions(-) > > > > diff --git a/target/i386/cpu.c b/target/i386/cpu.c > > index b23e8190dc68..8a4d72f6f760 100644 > > --- a/target/i386/cpu.c > > +++ b/target/i386/cpu.c > > @@ -483,7 +483,7 @@ static void encode_cache_cpuid8000001d(CPUCacheInfo *cache, > > uint32_t *eax, uint32_t *ebx, > > uint32_t *ecx, uint32_t *edx) > > { > > - uint32_t l3_threads; > > + uint32_t num_sharing_cache; > > assert(cache->size == cache->line_size * cache->associativity * > > cache->partitions * cache->sets); > > @@ -492,13 +492,11 @@ static void encode_cache_cpuid8000001d(CPUCacheInfo *cache, > > /* L3 is shared among multiple cores */ > > if (cache->level == 3) { > > - l3_threads = topo_info->modules_per_die * > > - topo_info->cores_per_module * > > - topo_info->threads_per_core; > > - *eax |= (l3_threads - 1) << 14; > > + num_sharing_cache = 1 << apicid_die_offset(topo_info); > > } else { > > - *eax |= ((topo_info->threads_per_core - 1) << 14); > > + num_sharing_cache = 1 << apicid_core_offset(topo_info); > > } > > + *eax |= (num_sharing_cache - 1) << 14; > > assert(cache->line_size > 0); > > assert(cache->partitions > 0); >