Re: [PATCH v2] libnvdimm, test: add mock SMART data payload

2016-04-08 Thread Johannes Thumshirn
On Thursday, 7. April 2016 15:32:04 CEST Dan Williams wrote: > Provide simulated SMART data to enable the ndctl implementation of SMART > data retrieval and parsing. > > The payload is defined here, "Section 4.1 SMART and Health Info > (Function Index 1)": > > http://pmem.io/documents/NVDIMM_

[PATCH v2] libnvdimm, test: add mock SMART data payload

2016-04-07 Thread Dan Williams
Provide simulated SMART data to enable the ndctl implementation of SMART data retrieval and parsing. The payload is defined here, "Section 4.1 SMART and Health Info (Function Index 1)": http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf Signed-off-by: Dan Williams --- Changes in v2: