perftest icon indicating copy to clipboard operation
perftest copied to clipboard

perfermance problem about the ib_send_bw test

Open shengyang-3390 opened this issue 5 years ago • 1 comments

I test ib_send_bw for two case on ARM services and IB card. Case1:numactl -C 64 ib_send_bw -d mlx5_0 -a --iters=1000 Case2:numactl -C 64 ib_send_bw -d mlx5_0 --size=1024 --iters=1000

Case1 perfermance data: #bytes #iterations BW peak[MB/sec] BW average[MB/sec] MsgRate[Mpps] 1024 1000 0.00 5544.28 5.677340

Case2 perfermance data: #bytes #iterations BW peak[MB/sec] BW average[MB/sec] MsgRate[Mpps] 1024 1000 0.00 920.13 0.942218

The performance of the case1 is 6 times of case2 performance. What may cause the performance gap?

shengyang-3390 avatar Oct 17 '19 03:10 shengyang-3390

I don't notice such degradation on my setup. What about the other message sizes?

dimasique1 avatar Dec 15 '19 13:12 dimasique1

Closing the Issue, please reopen if repro

HassanKhadour avatar Nov 10 '22 11:11 HassanKhadour