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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6CA5C433B4 for ; Fri, 7 May 2021 20:32:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9316B61404 for ; Fri, 7 May 2021 20:32:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230161AbhEGUdf (ORCPT ); Fri, 7 May 2021 16:33:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbhEGUde (ORCPT ); Fri, 7 May 2021 16:33:34 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5768C061574; Fri, 7 May 2021 13:32:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=7uEo0yILZDktWTcgQe09bvJOkPNWx/Z2YDd+juoo00A=; b=ySbdN6IygKSvlxitmXwnD6+FSy u6loF7+xVFRTyc6Q1Z/edgACQrPUNDAl71Nk5xm3Bmay0D6lTEavUv9ROwG7Ul+sF8deO1pQSXVaN g31xbvabnNN5uj9mzljr8cR+FkuSVZqwuaDbZFmUwo+VmEs+xNalCXu3yjTfi63zw9DCXukt3Apy1 5lFUwqXeg8VvFBM0xRtLdYcujigFRVIvuG6xF7uaFplefRekNPXWl+o8FRLMDXKryhf1Ou16skQj7 EgVlDiI1Y2oaSgE3UkVsUNRI+CPR20ozio6SuzrtYu5649KQs0lee+zpsLXNyrJ4TApQrn0Lz6bbH XcG0iZEQ==; Received: from [2601:1c0:6280:3f0::7376] by bombadil.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lf79B-007ASt-CD; Fri, 07 May 2021 20:32:29 +0000 Subject: Re: [PATCH 00/25] AMD MCA Address Translation Updates To: Yazen Ghannam , linux-edac@vger.kernel.org Cc: linux-kernel@vger.kernel.org, tony.luck@intel.com, x86@kernel.org, Smita.KoralahalliChannabasappa@amd.com References: <20210507190140.18854-1-Yazen.Ghannam@amd.com> From: Randy Dunlap Message-ID: <1bd2362b-9bbd-c813-e678-66119b53859f@infradead.org> Date: Fri, 7 May 2021 13:32:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <20210507190140.18854-1-Yazen.Ghannam@amd.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/7/21 12:01 PM, Yazen Ghannam wrote: > From: Yazen Ghannam > ... > > Rome: > No interleaving > Nodes-per-Socket 0 (NPS0) > Nodes-per-Socket 1 (NPS1) > Nodes-per-Socket 2 (NPS2) > Nodes-per-Socket 4 (NPS4) > NPS2 w/o hashing > NPS4 w/o hashing > > Thanks, > Yazen Hi Yazen, It appears that you need to provide a glossary of acronyms, e.g.: DF = (Data Fabric ?) CS = MCE = NPS = Nodes per Socket etc. thanks. -- ~Randy