Fixed fork of qperf
 
 
 
 
 
 
Iet uz failu
Vitaliy Filippov 3ed9c07ef9 Set TCP_NODELAY (disable Nagle) 2020-05-28 01:17:00 +03:00
src Set TCP_NODELAY (disable Nagle) 2020-05-28 01:17:00 +03: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 Modified version number. 2009-06-25 08:32:57 -07:00
autogen.sh More changes to support OFED scripts 2008-02-03 14:10:07 -08:00
cleanup Add compile to files removed by cleanup. 2017-11-16 11:15:12 -06:00
configure.ac Modernize configure.ac 2017-12-08 14:33:17 -06:00
qperf.spec Bump the version to 0.4.10 for the new release 2017-07-12 10:03:53 -07:00
qperf.spec.in Correct the Source: line 2012-09-18 08:04:49 -07:00

README

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

Changing version
    * 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.

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.