Re: [PATCH 6/6] pmem: Let each device manage private memory region

2015-03-18 Thread Boaz Harrosh
On 03/16/2015 11:13 PM, Ross Zwisler wrote: > From: Boaz Harrosh > > This patch removes any global memory information. And lets > each pmem-device manage it's own memory region. > > pmem_alloc() Now receives phys_addr and disk_size and will > map that region, also pmem_free will do the unmaping.

[PATCH 6/6] pmem: Let each device manage private memory region

2015-03-16 Thread Ross Zwisler
From: Boaz Harrosh This patch removes any global memory information. And lets each pmem-device manage it's own memory region. pmem_alloc() Now receives phys_addr and disk_size and will map that region, also pmem_free will do the unmaping. This is so we can support multiple discontinuous memory