Re: [PATCH 2 1/2] ndctl: introduce 4k allocation support for creating namespace

2016-12-08 Thread Vishal Verma
On 12/08, Dave Jiang wrote: > Existing implementation defaults all pages allocated as 2M superpages. > For nfit_test dax device we need 4k pages allocated to work properly. > Adding an --align,-a option to provide the alignment. Will accept > 4k and 2M at the moment as proper parameter. No -a optio

[PATCH 2 1/2] ndctl: introduce 4k allocation support for creating namespace

2016-12-08 Thread Dave Jiang
Existing implementation defaults all pages allocated as 2M superpages. For nfit_test dax device we need 4k pages allocated to work properly. Adding an --align,-a option to provide the alignment. Will accept 4k and 2M at the moment as proper parameter. No -a option still defaults to 2M. Signed-off-