Re: [RFC PATCH v2 0/7] ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-11-20 Thread Qi, Fuli
On 2017/11/21 1:13, Dan Williams wrote: On Mon, Nov 20, 2017 at 2:07 AM, Yasunori Goto wrote: On Mon, Nov 13, 2017 at 11:46 PM, QI Fuli wrote: Hi, here is my second version of nvdimm daemon, It would be appreciated if you could check it.

Re: [RFC PATCH v2 4/7] ndctl: nvdimmd: add body file of nvdimm daemon

2017-11-20 Thread Dan Williams
On Mon, Nov 13, 2017 at 11:47 PM, QI Fuli wrote: > This patch adds the body file of nvdimm daemon and compiles nvdimmd > with automake. > > Signed-off-by: QI Fuli > --- > Makefile.am | 2 +- > configure.ac| 1 + >

Re: [RFC PATCH v2 2/7] ndctl: nvdimmd: add nvdimmd necessary util functions

2017-11-20 Thread Dan Williams
On Mon, Nov 13, 2017 at 11:46 PM, QI Fuli wrote: > This patch is used to provide helper functions needed for nvdimm daemon. > These util functions can be used by other features as well in the future. > > Signed-off-by: QI Fuli > --- >

Re: [RFC PATCH v2 0/7] ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-11-20 Thread Dan Williams
On Mon, Nov 20, 2017 at 2:07 AM, Yasunori Goto wrote: >> On Mon, Nov 13, 2017 at 11:46 PM, QI Fuli wrote: >> > Hi, here is my second version of nvdimm daemon, It would be appreciated >> > if you could check it. >> > >> > Change log since v1: >> > -

Re: [RFC PATCH v2 0/7] ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-11-20 Thread Yasunori Goto
> On Mon, Nov 13, 2017 at 11:46 PM, QI Fuli wrote: > > Hi, here is my second version of nvdimm daemon, It would be appreciated > > if you could check it. > > > > Change log since v1: > > - Adding a config file(/etc/nvdimmd/nvdimmd.conf) > > - Using struct log_ctx instead