From f1d85c6e13807bba20f447eef290411de6531cf4 Mon Sep 17 00:00:00 2001 From: Brian Boylston Date: Mon, 11 Apr 2016 10:20:36 -0500 Subject: [PATCH 1/1] pmemblk: remove comments about an external engine --- engines/pmemblk.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 -- 2.25.1