Releases: linux-rdma/perftest
perftest-4.5-0.14
Version increase to 6.04
log_active_dci_streams parameter bug fix
Adding command line numeric parameter validation
Get CPU cycles on RISC-V
Get CPU MHz on RISC-V
Fix typos in README AES_XTS explanation
Fix huge pages overflow
perftest-4.5-0.12
Fix resources clean up.
Fix possible performance issue caused by conditional if's
Fix stderr output file name typo
Fix wrap for AES_XTS feature code
Add support for BlueField-3
Fix C version due to fails in old OSes
check the return value of system()
Change HAVE_AES to HAVE_AES_XTS
Add support for encryption/decryption in perftest
Add a flag to control source IP to be used with RDMA CM
Allocate dci_stream_id in rdma_cm before using
Add DCS active streams option
Do not check if CPU is RO compliant at compile time
autogen: Run aclocal before libtoolize
Add support for DCS
use config.{sub,guess} from system
README: Add installation section
Version increase to 5.99
Added a flag to save output in a json file
perftest-4.5-0.2
Increase perftest package major version
Additional version increase
Used sleep() instead of alarm() in --run_infinitely mode
Check PCIe relaxed ordering compliant
perftest-4.4-0.37
Add support for AMD ROCm GPUs
Fix iWARP mutliple QPs connection establishment
perftest-4.4-0.36
8db6b31 Extend the spec file to support CUDA_H_PATH
e410bb2 Set min_rnr_timer to 12 for RDMA CM case.
796c36a Bump version and indentation fix for PCIe full address CUDA option
8e02a17 Use PCIe full address to identify CUDA device
1f01b41 Merge pull request #112 from mkalderon/master
8ed6111 Add additional Marvell (QLogic) devices to support inline feature
perftest-4.4-0.32
6ff1c4a Adjust max inline size for QLOGIC_E4 device
ac87d0e Fixed typo in perftest_communication error output
23938df Add 0xefa1 pciid to the database
f086858 Added new RoCE version choosing mechanism
7f9e2f7 Added known issues for GPUDirect into README
46ec5e2 Fixing typos in readme
947c5cb Readme change to describe GPUDirect usage
db36680 Add receive post list option
9c56248 Check iterations and post list remainder
d30e91e Don't call ibv_qp_to_qp_ex when hardware does not support extended QP
5d1a317 Fix help typo
91e12e8 Use MiB instead of MB in help message.
8dac3fb Added BW prints for recv side in ib_send_bw if run_infinitely used
816cfaf configure: fix ibv_wr_api enable argument
1fa0dfc Use IBV WR API for warm up iterations
8be93cf Fix iWARP connection failures - Modify backlog passed to rdma_listen.
04a0fd1 Add SRD support for RDMA read
95b1ffc Forbid messages larger than SRD max msg size
2cd68c2 Add SRD support for new IBV send WR API
perftest-4.4-0.29
This release is the first (among not beta-releases) that includes:
- new post send API by default for Mellanox and EFA devices
- support for DC over rdma-core
- EFA devices support
- Relaxed ordering feature (by default on CPUs that support it properly)
- Ability to choose CUDA device
- ...various other features and bugfixes
perftest-4.4-0.23
This pre-release includes some of the fixes that will appear soon in rdma-core-dc-support branch.
perftest-4.4-0.18
This pre-release includes some of the changes that will appear soon in rdma-core-dc-support branch. They include DC support over rdma-core, new post send API used by default.
perftest-4.4-0.11
Turned off disabling CQ moderation for --all and UD
Fixed IBV_WR API BW tests behaviour without CQ moderation
Adjust default CQ moderation value according to message size
Changes NOT included in this release
Added performance counter display
Add EFA and SRD support for ib_send_* tests
check for error return value in ctx_xchg_data
releasing of the changes above is postponed.