X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fpmemblk.c;h=9ac9ea3233e4f70ad6097a6408dfb864c6941fee;hp=c28a1d97d48a04567188c462748379e2b1450092;hb=f1d85c6e13807bba20f447eef290411de6531cf4;hpb=f80e95389dc1144000c174993afea350600f96c1 diff --git a/engines/pmemblk.c b/engines/pmemblk.c index c28a1d97..9ac9ea32 100644 --- a/engines/pmemblk.c +++ b/engines/pmemblk.c @@ -24,13 +24,8 @@ * * IO engine that uses libpmemblk to read and write data * - * To build as an external engine: - * Copy pmemblk.c to the engines/ directory of the fio source code, then: - * cd .../engines/ - * gcc -Wall -shared -rdynamic -fPIC -o pmemblk.o -D_GNU_SOURCE pmemblk.c - * - * To use as an external engine: - * ioengine=/full/path/to/pmemblk.o + * To use: + * ioengine=pmemblk * * Other relevant settings: * iodepth=1 @@ -54,6 +49,8 @@ * the block and file sizes. BSIZE is the block size in bytes. * FSIZEMB is the pool file size in MB. * + * See examples/pmemblk.fio for more. + * * libpmemblk.so * By default, the pmemblk engine will let the system find the libpmemblk.so * that it uses. You can use an alternative libpmemblk by setting the