perftest icon indicating copy to clipboard operation
perftest copied to clipboard

Infiniband Verbs Performance Tests

Results 111 perftest issues
Sort by recently updated
recently updated
newest added

RDMA atomic with ODP is already enabled in the mlx5 driver. There is no reason to block the feature. cf. https://github.com/torvalds/linux/commit/17d2f88f92ce39b348f125f6b2e6eeb6b0906ac7 Signed-off-by: Daisuke Matsuda

Currenty initial negotiation performed via ipv4 which is not suitable for modern ipv6 only topology This patch allow to specify which address family to use, default behaviour not changed. New...

The current approach to enabling CUDA support in the bandwidth benchmarks with an environment variable that takes that path to an include file is extremely fragile. As a low-hanging fruit,...

Let's focus on ```-R``` and ```RC``` and ```2 QPs``` firstly: ``` [server] $ ib_read_bw -x3 -d mlx5_bond_0 -c RC -q 2 -s 65536 -n 10 [client] $ ib_read_bw -x3 -d...

Add support for SRD CQ notifications. The first patch fixes a bug where the same completion channel is used for both TX and RX and messes up the test.

When run with multiple QPs, the CQ isn't guaranteed to be emptied due to insufficient number of entries passed to ibv_poll_cq(). This could lead to ibv_get_cq_event() to never return. Fixes...