Re: [PATCH] ndctl: daxctl: Adding io option for daxctl

2017-08-08 Thread Dan Williams
Finally circling back on this... On Thu, Jun 15, 2017 at 3:42 PM, Dave Jiang wrote: > The daxctl io option allows I/Os to be performed between block/file to > and from device dax files. It also provides a way to zero a device dax > device. > > i.e. daxctl io

Re: [PATCH] ndctl: daxctl: Adding io option for daxctl

2017-06-16 Thread Jeff Moyer
Dan Williams writes: > On Fri, Jun 16, 2017 at 10:00 AM, Jeff Moyer wrote: >> Dave Jiang writes: >> >>> The daxctl io option allows I/Os to be performed between block/file to >>> and from device dax files. It also provides a

Re: [PATCH] ndctl: daxctl: Adding io option for daxctl

2017-06-16 Thread Dan Williams
On Fri, Jun 16, 2017 at 10:00 AM, Jeff Moyer wrote: > Dave Jiang writes: > >> The daxctl io option allows I/Os to be performed between block/file to >> and from device dax files. It also provides a way to zero a device dax >> device. >> >> i.e. daxctl io

Re: [PATCH] ndctl: daxctl: Adding io option for daxctl

2017-06-16 Thread Jeff Moyer
Dave Jiang writes: > The daxctl io option allows I/Os to be performed between block/file to > and from device dax files. It also provides a way to zero a device dax > device. > > i.e. daxctl io --input=/home/myfile --output=/dev/dax1.0 Does that really belong in daxctl?