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

2021-07-01 Thread Liu, Jingqi
Hi Igor, Thanks for your comments. On 6/30/2021 11:00 PM, Igor Mammedov wrote: On Fri, 25 Jun 2021 10:25:18 +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, p

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

2021-06-30 Thread Igor Mammedov
On Fri, 25 Jun 2021 10:25:18 +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] nvdimm: add 'target-node' option

2021-06-24 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