Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-17 Thread Jerry Hoemann
On Tue, Nov 17, 2015 at 09:05:28AM -0800, Dan Williams wrote: > On Tue, Nov 17, 2015 at 8:56 AM, Jerry Hoemann wrote: > > On Mon, Nov 16, 2015 at 05:29:41PM -0800, Dan Williams wrote: > >> On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann > >> wrote: > >> > On Mon, Nov 16, 2015 at 11:00:20AM

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-17 Thread Dan Williams
On Tue, Nov 17, 2015 at 8:56 AM, Jerry Hoemann wrote: > On Mon, Nov 16, 2015 at 05:29:41PM -0800, Dan Williams wrote: >> On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann wrote: >> > On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: >> >> On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-17 Thread Jerry Hoemann
On Mon, Nov 16, 2015 at 05:29:41PM -0800, Dan Williams wrote: > On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann wrote: > > On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: > >> On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann > >> wrote: > >> > > >> ... > >> Let's not do the _intel

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-17 Thread Jerry Hoemann
On Mon, Nov 16, 2015 at 05:29:41PM -0800, Dan Williams wrote: > On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann wrote: > > On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: > >> On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann > >> wrote:

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-17 Thread Dan Williams
On Tue, Nov 17, 2015 at 8:56 AM, Jerry Hoemann wrote: > On Mon, Nov 16, 2015 at 05:29:41PM -0800, Dan Williams wrote: >> On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann wrote: >> > On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: >> >> On

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-17 Thread Jerry Hoemann
On Tue, Nov 17, 2015 at 09:05:28AM -0800, Dan Williams wrote: > On Tue, Nov 17, 2015 at 8:56 AM, Jerry Hoemann wrote: > > On Mon, Nov 16, 2015 at 05:29:41PM -0800, Dan Williams wrote: > >> On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann > >> wrote: >

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Dan Williams
On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann wrote: > On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: >> On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann >> wrote: >> > >> > The NVDIMM code in the kernel supports an IOCTL interface to user >> > space based upon the Intel Example

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Jerry Hoemann
On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: > On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann wrote: > > > > The NVDIMM code in the kernel supports an IOCTL interface to user > > space based upon the Intel Example DSM: > > > >

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Dan Williams
On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann wrote: > > The NVDIMM code in the kernel supports an IOCTL interface to user > space based upon the Intel Example DSM: > > http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf > > This interface cannot be used by other NVDIMM DSMs that

[PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Jerry Hoemann
The NVDIMM code in the kernel supports an IOCTL interface to user space based upon the Intel Example DSM: http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf This interface cannot be used by other NVDIMM DSMs that support incompatible functions. This patch set adds a generic

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Dan Williams
On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann wrote: > > The NVDIMM code in the kernel supports an IOCTL interface to user > space based upon the Intel Example DSM: > > http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf > > This interface cannot be used by

[PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Jerry Hoemann
The NVDIMM code in the kernel supports an IOCTL interface to user space based upon the Intel Example DSM: http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf This interface cannot be used by other NVDIMM DSMs that support incompatible functions. This patch set adds a generic

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Jerry Hoemann
On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: > On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann wrote: > > > > The NVDIMM code in the kernel supports an IOCTL interface to user > > space based upon the Intel Example DSM: > > > >

Re: [PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-16 Thread Dan Williams
On Mon, Nov 16, 2015 at 1:10 PM, Jerry Hoemann wrote: > On Mon, Nov 16, 2015 at 11:00:20AM -0800, Dan Williams wrote: >> On Mon, Nov 16, 2015 at 10:38 AM, Jerry Hoemann >> wrote: >> > >> > The NVDIMM code in the kernel supports an IOCTL interface to