Re: [PATCH 7/8] pmem: Add support for page structs

2015-03-23 Thread Dan Williams
On Thu, Mar 5, 2015 at 3:59 AM, Boaz Harrosh wrote: > > One of the current shortcomings of the NVDIMM/PMEM > support is that this memory does not have a page-struct(s) > associated with its memory and therefor cannot be passed > to a block-device or network or DMAed in any way through > another

Re: [PATCH 7/8] pmem: Add support for page structs

2015-03-23 Thread Dan Williams
On Thu, Mar 5, 2015 at 3:59 AM, Boaz Harrosh b...@plexistor.com wrote: One of the current shortcomings of the NVDIMM/PMEM support is that this memory does not have a page-struct(s) associated with its memory and therefor cannot be passed to a block-device or network or DMAed in any way

[PATCH 7/8] pmem: Add support for page structs

2015-03-05 Thread Boaz Harrosh
One of the current shortcomings of the NVDIMM/PMEM support is that this memory does not have a page-struct(s) associated with its memory and therefor cannot be passed to a block-device or network or DMAed in any way through another device in the system. The use of add_persistent_memory() fixes

[PATCH 7/8] pmem: Add support for page structs

2015-03-05 Thread Boaz Harrosh
One of the current shortcomings of the NVDIMM/PMEM support is that this memory does not have a page-struct(s) associated with its memory and therefor cannot be passed to a block-device or network or DMAed in any way through another device in the system. The use of add_persistent_memory() fixes