Re: [PATCH v2 1/1] nvdimm: add 'target-node' option

2021-08-02 Thread Liu, Jingqi
Hi Igor, On 7/29/2021 8:44 PM, Igor Mammedov wrote: On Mon, 19 Jul 2021 10:01:53 +0800 Jingqi Liu wrote: Linux kernel version 5.1 brings in support for the volatile-use of persistent memory as a hotplugged memory region (KMEM DAX). When this feature is enabled, persistent memory can be seen a

Re: [PATCH v2 1/1] nvdimm: add 'target-node' option

2021-07-29 Thread Igor Mammedov
On Mon, 19 Jul 2021 10:01:53 +0800 Jingqi Liu wrote: > Linux kernel version 5.1 brings in support for the volatile-use of > persistent memory as a hotplugged memory region (KMEM DAX). > When this feature is enabled, persistent memory can be seen as a > separate memory-only NUMA node(s). This newl

[PATCH v2 1/1] nvdimm: add 'target-node' option

2021-07-18 Thread Jingqi Liu
Linux kernel version 5.1 brings in support for the volatile-use of persistent memory as a hotplugged memory region (KMEM DAX). When this feature is enabled, persistent memory can be seen as a separate memory-only NUMA node(s). This newly-added memory can be selected by its unique NUMA node. Add 't