qperf/README

19 lines
564 B
Plaintext
Raw Normal View History

2007-11-04 10:31:17 +03:00
To build
2008-02-17 01:10:16 +03:00
./cleanup
2007-11-04 10:31:17 +03:00
./autogen.sh
2008-02-04 01:10:07 +03:00
./configure
2007-11-04 10:31:17 +03:00
make
2008-02-18 02:37:52 +03:00
Changing version
2009-06-25 19:32:57 +04:00
* src/qperf.c: Change VER_MAJ, VER_MIN and VER_INC.
* configure.in: Change in AC_INIT and AM_INIT_AUTOMAKE
* qperf.spec: Change line beginning with Version:
* Note ensure that qperf.spec is modified last so that cleanup does not
delete it.
2008-02-18 02:37:52 +03:00
2007-11-04 10:31:17 +03:00
Notes
* If the library ibverbs is not found, a version of qperf is built that
does not support the RDMA tests.
2008-02-17 01:10:16 +03:00
* Running "make clean" does not seem to clean up everything. Run
"./cleanup" instead.