Re: [PATCH] libnvdimm: use consistent naming for request_mem_region()

2016-11-28 Thread Verma, Vishal L
On Mon, 2016-11-28 at 11:25 -0800, Dan Williams wrote: > Here is an example /proc/iomem listing for a system with 2 > namespaces, > one in "sector" mode and one in "memory" mode: > >   1fc00-2fbff : Persistent Memory (legacy) > 1fc00-2fbff : namespace1.0 >   34000-34fff

[PATCH] libnvdimm: use consistent naming for request_mem_region()

2016-11-28 Thread Dan Williams
Here is an example /proc/iomem listing for a system with 2 namespaces, one in "sector" mode and one in "memory" mode: 1fc00-2fbff : Persistent Memory (legacy) 1fc00-2fbff : namespace1.0 34000-34fff : Persistent Memory 34000-34fff : btt0.1 Here is the co