Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp78919imu; Thu, 15 Nov 2018 22:29:01 -0800 (PST) X-Google-Smtp-Source: AJdET5cbdrUvnZ5f1J5lp2rF2RPnxjcnsU8OnBBCuFNj2pGiKeeMpoROHqWkHGDWgzeZ4N2dJWBQ X-Received: by 2002:a63:d846:: with SMTP id k6mr8915945pgj.251.1542349741191; Thu, 15 Nov 2018 22:29:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542349741; cv=none; d=google.com; s=arc-20160816; b=BxabsGK+/sw+mL2zjR0pAfbL11Ni9GBvAfACfi+rSuWoVYAc0S/NLXfY/QyG28nh8k Bx4eS1+oSQGTPt4xu7HGeHRGG971Sy33S4tX5IGo7kXOmdYAtKjtp8d1FmP3RdKbfKgI seIbOWMOJYl0h7PZBj5Jj5lFKk73tW4Y+d7ty4oe4SnbAEC6/seBs0l9NhZHqVb45MU9 RdUWA3rXU5XUU4R7HR017j/JDpmOTKw4J+x/OdDCUnEuFw53lhBSYWr5JjNNA784dNsq Kx3pOgfcvRiaOl62FeRPU43PxHrYDq45mYo0XMKRj7bcL/tmT8ubWDhjnfBOBQJd+ajn eOfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=4wIjrFEL7QVwNc7BcDOcXG3q3Z70pe+xzjCPCOzFmCo=; b=sodxFgYHoSXPalAqtJUulzU2tm5eCiUewaGlqpp6psoDOHEWavF+7SiFwnGcek04Vv CzuixOL0iAmo6kU3D6c1WGeE+n/0538G16IEWaDtmn9oQircC7tU9lqiyReYDQq5USGp +wiK1HZ1a9EqX9K4Re0x4LO0O6uVc9gOy4HQWxY1YSA44ztnERD4uHbIzFGuuo1B61pL 3oOD8+UxvTJndsWcklgtmDLIpiMmuJaU56KhJy6R7DIC+oqumRd6pyo7gaqxr6S1JXHz ls1hxIN26pPwsNE91j8wwh2M1foWWI5rmzNR4mhVL2T2jKiSEQpiNFAMaj7QZX+hwmXS hYMA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 19si27671075pgp.186.2018.11.15.22.28.44; Thu, 15 Nov 2018 22:29:01 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727497AbeKPQjG (ORCPT + 99 others); Fri, 16 Nov 2018 11:39:06 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:46124 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727353AbeKPQjG (ORCPT ); Fri, 16 Nov 2018 11:39:06 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 67DF980D; Thu, 15 Nov 2018 22:28:03 -0800 (PST) Received: from [10.163.1.1] (unknown [10.163.1.1]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 943DC3F718; Thu, 15 Nov 2018 22:28:00 -0800 (PST) Subject: Re: [PATCH 0/7] ACPI HMAT memory sysfs representation To: Keith Busch , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-mm@kvack.org Cc: Greg Kroah-Hartman , Rafael Wysocki , Dave Hansen , Dan Williams References: <20181114224902.12082-1-keith.busch@intel.com> From: Anshuman Khandual Message-ID: <1ed406b2-b85f-8e02-1df0-7c39aa21eca9@arm.com> Date: Fri, 16 Nov 2018 11:57:58 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181114224902.12082-1-keith.busch@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/15/2018 04:19 AM, Keith Busch wrote: > This series provides a new sysfs representation for heterogeneous > system memory. > > The previous series that was specific to HMAT that this series was based > on was last posted here: https://lkml.org/lkml/2017/12/13/968 > > Platforms may provide multiple types of cpu attached system memory. The > memory ranges for each type may have different characteristics that > applications may wish to know about when considering what node they want > their memory allocated from. > > It had previously been difficult to describe these setups as memory > rangers were generally lumped into the NUMA node of the CPUs. New > platform attributes have been created and in use today that describe > the more complex memory hierarchies that can be created. > > This series first creates new generic APIs under the kernel's node > representation. These new APIs can be used to create links among local > memory and compute nodes and export characteristics about the memory > nodes. Documentation desribing the new representation are provided. > > Finally the series adds a kernel user for these new APIs from parsing > the ACPI HMAT. Not able to see the patches from this series either on the list or on the archive (https://lkml.org/lkml/2018/11/15/331). IIRC last time we discussed about this and the concern which I raised was in absence of a broader NUMA rework for multi attribute memory it might not a good idea to settle down and freeze sysfs interface for the user space.