Fixed fork of qperf
 
 
 
 
 
 
Go to file
Johann George bee05d35b0 Added support for XRC, fixed bugs 2008-11-16 18:10:02 -08:00
src Added support for XRC, fixed bugs 2008-11-16 18:10:02 -08:00
AUTHORS Added support for XRC, fixed bugs 2008-11-16 18:10:02 -08:00
COPYING Initial commit 2007-09-24 11:11:24 -07:00
Makefile.am Added automake. 2007-10-23 02:36:27 -07:00
README More clean up and minor bug fixes 2008-02-17 15:37:52 -08:00
autogen.sh More changes to support OFED scripts 2008-02-03 14:10:07 -08:00
cleanup Fixed bug with --help. 2008-02-13 09:59:15 -08:00
configure.in Added support for XRC, fixed bugs 2008-11-16 18:10:02 -08:00
qperf.spec Added support for XRC, fixed bugs 2008-11-16 18:10:02 -08:00
qperf.spec.in Fixed bug in autoconf/automake script 2007-10-31 13:21:45 -07:00

README

To build
    ./cleanup
    ./autogen.sh
    ./configure
    make

Changing version
    * Change VER_MAJ, VER_MIN and VER_INC as appropriate in src/qperf.c
    * Change version also in qperf.spec and configure.in

Notes
    * If the library ibverbs is not found, a version of qperf is built that
      does not support the RDMA tests.
    * Running "make clean" does not seem to clean up everything.  Run
      "./cleanup" instead.