Re: [PATCH v6 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

2018-02-20 Thread Darrick J. Wong
On Wed, Feb 21, 2018 at 10:15:24AM +1100, Dave Chinner wrote: > On Tue, Feb 20, 2018 at 03:01:09PM -0800, Darrick J. Wong wrote: > > On Sun, Feb 18, 2018 at 11:23:17AM +1100, Dave Chinner wrote: > > > On Fri, Feb 16, 2018 at 09:22:47AM -0800, Darrick J. Wong wrote: > > > > On Fri, Feb 16, 2018 at

Re: [PATCH v7] ndctl: add option to list firmware information for a DIMM

2018-02-20 Thread Vishal Verma
On 02/20, Dave Jiang wrote: > Adding firmware output of firmware information when ndctl list -D -F is used. > Components displayed are current firmware version, next firmware version, > and if a powercycle is required (firmware updated). > > Signed-off-by: Dave Jiang >

Re: [PATCH v6 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

2018-02-20 Thread Dave Chinner
On Tue, Feb 20, 2018 at 03:01:09PM -0800, Darrick J. Wong wrote: > On Sun, Feb 18, 2018 at 11:23:17AM +1100, Dave Chinner wrote: > > On Fri, Feb 16, 2018 at 09:22:47AM -0800, Darrick J. Wong wrote: > > > On Fri, Feb 16, 2018 at 10:04:26AM -0700, Dave Jiang wrote: > > > > In a situation where the

Re: [PATCH v6 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

2018-02-20 Thread Darrick J. Wong
On Sun, Feb 18, 2018 at 11:23:17AM +1100, Dave Chinner wrote: > On Fri, Feb 16, 2018 at 09:22:47AM -0800, Darrick J. Wong wrote: > > On Fri, Feb 16, 2018 at 10:04:26AM -0700, Dave Jiang wrote: > > > In a situation where the rt_dev is DAX and data_dev is not DAX, if the > > > user > > > requests

[PATCH v7] ndctl: add option to list firmware information for a DIMM

2018-02-20 Thread Dave Jiang
Adding firmware output of firmware information when ndctl list -D -F is used. Components displayed are current firmware version, next firmware version, and if a powercycle is required (firmware updated). Signed-off-by: Dave Jiang Tested-by: Jeff Moyer

Re: [PATCH v6] ndctl: add option to list firmware information for a DIMM

2018-02-20 Thread Ross Zwisler
On Tue, Feb 20, 2018 at 11:18:28AM -0700, Dave Jiang wrote: > Adding firmware output of firmware information when ndctl list -D -F is used. > Components displayed are current firmware version, next firmware version, > and if a powercycle is required (firmware updated). > > Signed-off-by: Dave

[PATCH v6] ndctl: add option to list firmware information for a DIMM

2018-02-20 Thread Dave Jiang
Adding firmware output of firmware information when ndctl list -D -F is used. Components displayed are current firmware version, updated firmware version, and if a coldboot is required (firmware updated). Signed-off-by: Dave Jiang Tested-by: Jeff Moyer