From: Brian Boylston Date: Mon, 11 Apr 2016 15:20:36 +0000 (-0500) Subject: pmemblk: remove comments about an external engine X-Git-Tag: fio-2.10~46^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=f1d85c6e13807bba20f447eef290411de6531cf4 pmemblk: remove comments about an external engine --- 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