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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 42AA9C43603 for ; Thu, 19 Dec 2019 01:09:31 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 1148C2176D for ; Thu, 19 Dec 2019 01:09:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1148C2176D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:34620 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihkJm-0002wN-7Y for qemu-devel@archiver.kernel.org; Wed, 18 Dec 2019 20:09:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59517) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihkJ9-0002Xk-UX for qemu-devel@nongnu.org; Wed, 18 Dec 2019 20:08:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihkJ8-0005ck-Sq for qemu-devel@nongnu.org; Wed, 18 Dec 2019 20:08:51 -0500 Received: from mga05.intel.com ([192.55.52.43]:21923) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ihkJ8-0005bJ-Iw for qemu-devel@nongnu.org; Wed, 18 Dec 2019 20:08:50 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Dec 2019 17:08:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,330,1571727600"; d="scan'208";a="267043614" Received: from txu2-mobl.ccr.corp.intel.com (HELO [10.239.196.238]) ([10.239.196.238]) by FMSMGA003.fm.intel.com with ESMTP; 18 Dec 2019 17:08:46 -0800 Subject: Re: [PATCH RESEND v20 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT) To: "Michael S. Tsirkin" References: <20191213011929.2520-1-tao3.xu@intel.com> <20191213050619-mutt-send-email-mst@kernel.org> From: Tao Xu Message-ID: Date: Thu, 19 Dec 2019 09:08:46 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20191213050619-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.43 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "lvivier@redhat.com" , "thuth@redhat.com" , "Du, Fan" , "ehabkost@redhat.com" , "qemu-devel@nongnu.org" , "sw@weilnetz.de" , "jonathan.cameron@huawei.com" , "armbru@redhat.com" , "mdroth@linux.vnet.ibm.com" , "Liu, Jingqi" , "imammedo@redhat.com" Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 12/13/2019 6:06 PM, Michael S. Tsirkin wrote: > On Fri, Dec 13, 2019 at 09:19:21AM +0800, Tao Xu wrote: >> This series of patches will build Heterogeneous Memory Attribute Table (HMAT) >> according to the command line. The ACPI HMAT describes the memory attributes, >> such as memory side cache attributes and bandwidth and latency details, >> related to the Memory Proximity Domain. >> The software is expected to use HMAT information as hint for optimization. >> >> In the linux kernel, the codes in drivers/acpi/hmat/hmat.c parse and report >> the platform's HMAT tables. >> >> The V19 patches link: >> https://patchwork.kernel.org/cover/11265525/ > > Looks good to me, I'll queue it for merge after the release. If possible > please ping me after the release to help make sure it didn't get > dropped. > Hi Michael, I am wondering if these patches can be merged this week, because QEMU 5.0 developing tree is open and next week may be the holidays. Thank you very much! Tao Xu