For both machines:
- Ubuntu 20.04
- Mellanox MT28908 ConnectX-6 cards in ethernet mode
- Kernel module: mlx5_core (from MLNX_OFED_LINUX-24.04-0.6.6.0-ubuntu20.04-x86_64)
The ConnectX-6 cards are directly connected to each other using an Nvidia DAC using RFC1918 addresses; i.e. a little 2-node network. The machines are server grade rackmount systems, with one having an Intel Xeon Gold 5318Y CPU, and the other 2 x Intel Xeon Platinum 8358 CPUs. These cards are supposed to provide 100Gb/s connectivity. However
root@zakynthos:~# iperf3 -c 192.168.101.1
Connecting to host 192.168.101.1, port 5201
[ 5] local 192.168.101.2 port 45974 connected to 192.168.101.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 3.17 GBytes 27.2 Gbits/sec 227 912 KBytes
[ 5] 1.00-2.00 sec 2.58 GBytes 22.1 Gbits/sec 1382 755 KBytes
[ 5] 2.00-3.00 sec 2.36 GBytes 20.3 Gbits/sec 2459 1.08 MBytes
[ 5] 3.00-4.00 sec 3.07 GBytes 26.4 Gbits/sec 3433 723 KBytes
[ 5] 4.00-5.00 sec 3.36 GBytes 28.9 Gbits/sec 3004 1.05 MBytes
[ 5] 5.00-6.00 sec 2.83 GBytes 24.3 Gbits/sec 1692 942 KBytes
[ 5] 6.00-7.00 sec 2.47 GBytes 21.2 Gbits/sec 1819 1022 KBytes
[ 5] 7.00-8.00 sec 3.03 GBytes 26.0 Gbits/sec 1578 841 KBytes
[ 5] 8.00-9.00 sec 3.37 GBytes 28.9 Gbits/sec 1920 1024 KBytes
[ 5] 9.00-10.00 sec 2.91 GBytes 25.0 Gbits/sec 1239 1.06 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 29.1 GBytes 25.0 Gbits/sec 18753 sender
[ 5] 0.00-10.04 sec 29.1 GBytes 24.9 Gbits/sec receiver
I'm used to seeing iperf3 deliver around 90% of the rated bandwidth for a card, so to me this looks terrible and unacceptable. Anyone have any insights as to why I'm not seeing at least 80-90Gb/s performance here?