Quantcast
Channel: Mellanox Interconnect Community: Message List
Viewing all articles
Browse latest Browse all 6211

Re: ib_write_bw, ib_read_bw and ib_send_bw told me "Conflicting CPU frequency values detected: 1200.000000 != 2901.000000"

$
0
0

Hi,

 

To align the CPU frequencies to performance mode you can run this one liner, that way you can drop the -F flag :

 

for CPUFREQ in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do [ -f $CPUFREQ ] || continue; echo -n performance > $CPUFREQ; done

 

I'm pretty sure it will give you better results, 3600 MB/s equals 28.80 Gbps which is decent, depending on the card you're using. You might also want to raise the port MTU to 4k to have better results.

 

 


Viewing all articles
Browse latest Browse all 6211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>