Fixed fork of qperf
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vitaliy Filippov 3ed9c07ef9 Set TCP_NODELAY (disable Nagle) 3 years ago
src Set TCP_NODELAY (disable Nagle) 3 years ago
AUTHORS Added support for XRC, fixed bugs 15 years ago
COPYING Initial commit 16 years ago
Makefile.am Added automake. 16 years ago
README Modified version number. 14 years ago
autogen.sh More changes to support OFED scripts 15 years ago
cleanup Add compile to files removed by cleanup. 5 years ago
configure.ac Modernize configure.ac 5 years ago
qperf.spec Bump the version to 0.4.10 for the new release 6 years ago
qperf.spec.in Correct the Source: line 11 years ago

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.