Re: [PATCH daxctl v2 5/5] daxctl/test: Add a test for daxctl-create with align

2021-02-22 Thread R Samudra arc
*In-Reply-To* ___ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-le...@lists.01.org

Re: [PATCH daxctl v2 5/5] daxctl/test: Add a test for daxctl-create with align

2021-02-22 Thread R Samudra arc
___ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-le...@lists.01.org

[PATCH daxctl v2 5/5] daxctl/test: Add a test for daxctl-create with align

2020-12-16 Thread Joao Martins
Add a test which uses the newly added --align property which allows a device created with daxctl create-device to select its page size. If the available size is bigger than 1G then use 1G as page size, otherwise use 2M. Signed-off-by: Joao Martins --- test/daxctl-create.sh | 29