fio: add libpmem engine
authorTeruaki Ishizaki <ishizaki.teruaki@lab.ntt.co.jp>
Fri, 17 Nov 2017 02:54:26 +0000 (11:54 +0900)
committerTeruaki Ishizaki <ishizaki.teruaki@lab.ntt.co.jp>
Fri, 17 Nov 2017 04:23:04 +0000 (13:23 +0900)
commitae0db592368ce686a3ec9e00c57b4a1a0da0b9ed
treef421c78a8dfccc990c917b4f59aa5471fd80bb6b
parent52fd65f47e7ba1ba346c53a4f31eb8b4f2024e92
fio: add libpmem engine

Adding an ioengine that access with the libpmem as memory
through a memory mmaped file on DAX filesystem.

It's very similar to the mmap engine and the dev-dax engine.

Signed-off-by: Teruaki Ishizaki <ishizaki.teruaki@lab.ntt.co.jp>
Signed-off-by: Takashi Menjo <menjo.takashi@lab.ntt.co.jp>
HOWTO
Makefile
configure
engines/libpmem.c [new file with mode: 0644]
examples/libpmem.fio [new file with mode: 0644]
fio.1
options.c