[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48d78370-438d-65fa-370c-4cf61a27ed3d@intel.com>
Date: Mon, 3 Dec 2018 08:56:22 -0800
From: Dave Hansen <dave.hansen@...el.com>
To: Brice Goglin <brice.goglin@...il.com>,
Dave Hansen <dave.hansen@...ux.intel.com>,
linux-kernel@...r.kernel.org
Cc: dan.j.williams@...el.com, dave.jiang@...el.com, zwisler@...nel.org,
vishal.l.verma@...el.com, thomas.lendacky@....com,
akpm@...ux-foundation.org, mhocko@...e.com,
linux-nvdimm@...ts.01.org, linux-mm@...ck.org,
ying.huang@...el.com, fengguang.wu@...el.com,
Keith Busch <keith.busch@...el.com>
Subject: Re: [PATCH 0/9] Allow persistent memory to be used like normal RAM
On 12/3/18 1:22 AM, Brice Goglin wrote:
> Le 22/10/2018 à 22:13, Dave Hansen a écrit :
> What happens on systems without an HMAT? Does this new memory get merged
> into existing NUMA nodes?
It gets merged into the persistent memory device's node, as told by the
firmware. Intel's persistent memory should always be in its own node,
separate from DRAM.
> Also, do you plan to have a way for applications to find out which NUMA
> nodes are "real DRAM" while others are "pmem-backed"? (something like a
> new attribute in /sys/devices/system/node/nodeX/) Or should we use HMAT
> performance attributes for this?
The best way is to use the sysfs-generic interfaces to the HMAT that
Keith Busch is pushing. In the end, we really think folks will only
care about the memory's performance properties rather than whether it's
*actually* persistent memory or not.
Powered by blists - more mailing lists