Vishnu Satheesh
Vishnu Satheesh
[dev-dax.fio.txt](https://github.com/axboe/fio/files/9052174/dev-dax.fio.txt) Thank you for your input. Please find the dev-dax.fio file that I am using. I will check with direct=1
I could observe same physical address is being used for all read data. Is this expected behavior?
okay thank you
Hi, Anyone else faced a similar issue with DAX memory. I was using 16 jobs. While debugging I can see for all the read access it is mapping to same...
> This first thing that comes to mind is to make sure you are running with `direct=1` so that you are measuring device performance without the influence of the linux...
Hi, when I run with devdax engine, I could see every time for mapping memory dev_dax_prep_full() is called. how can I enable partial mapping functions? I have enabled offset_increment=16g and...