Re: [PATCH v2 2/3] docs/nvdimm: add description of alignment requirement of device dax

2020-04-28 Thread Liu, Jingqi
On 4/29/2020 12:22 AM, Joao Martins wrote: On 4/15/20 4:35 AM, Jingqi Liu wrote: For device dax (e.g., /dev/dax0.0), the NUM of 'align=NUM' option needs to match the alignment requirement of the device dax. It must be larger than or equal to the 'align' of device dax. Signed-off-by: Jingqi Liu

Re: [PATCH v2 2/3] docs/nvdimm: add description of alignment requirement of device dax

2020-04-28 Thread Joao Martins
On 4/15/20 4:35 AM, Jingqi Liu wrote: > For device dax (e.g., /dev/dax0.0), the NUM of 'align=NUM' option > needs to match the alignment requirement of the device dax. > It must be larger than or equal to the 'align' of device dax. > > Signed-off-by: Jingqi Liu > --- > docs/nvdimm.txt | 9 ++

[PATCH v2 2/3] docs/nvdimm: add description of alignment requirement of device dax

2020-04-14 Thread Jingqi Liu
For device dax (e.g., /dev/dax0.0), the NUM of 'align=NUM' option needs to match the alignment requirement of the device dax. It must be larger than or equal to the 'align' of device dax. Signed-off-by: Jingqi Liu --- docs/nvdimm.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/d