pmemblk: remove comments about an external engine
[fio.git] / engines / pmemblk.c
index c28a1d97d48a04567188c462748379e2b1450092..9ac9ea3233e4f70ad6097a6408dfb864c6941fee 100644 (file)
  *
  * IO engine that uses libpmemblk to read and write data
  *
  *
  * 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
  *
  * 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.
  *
  *   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
  * 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