NXP iMX8M Plus 双网口性能测试

By Toradex胡珊逢

Verdin iMX8M Plus 是 Toradex 采用 NXP 最新的 i.MX 8M Plus 处理器的计算机模块,其具有 4x Cortex-A53 和 Cortex-M7 核心,支持神经网络加速运算的 NPU,H.265 硬件编码,CAN FD ,以及双路千兆以太网。配合 Verdin 开发板,用户可以直接测试两路以太网。文章将对网络性能做简要的测试。


使用 Toradex Easy Installer 安装 Linux BSP v5.3.0, 默认的配置已经支持两路千兆以太网。因此安装完成重启后即可看到两个网络接口。


----------------------------------

root@verdin-imx8mp:~# ifconfig

eth0      Link encap:Ethernet  HWaddr 00:14:2D:78:82:04  

          inet addr:192.168.20.120  Bcast:192.168.20.255  Mask:255.255.255.0

          inet6 addr: fe80::214:2dff:fe78:8204/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:5105505 errors:0 dropped:0 overruns:0 frame:0

          TX packets:5988237 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:7344324802 (6.8 GiB)  TX bytes:8611102924 (8.0 GiB)

          Interrupt:48


eth1      Link encap:Ethernet  HWaddr 00:14:2D:68:82:04  

          inet addr:192.168.200.150  Bcast:192.168.200.255  Mask:255.255.255.0

          inet6 addr: fe80::214:2dff:fe68:8204/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:6686311 errors:0 dropped:0 overruns:0 frame:0

          TX packets:247321 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:6234153398 (5.8 GiB)  TX bytes:8180651220 (7.6 GiB)

----------------------------------


Verdin 开发板分别和两台电脑相连,链路速度为 1000Mbps。


IP 地址设置如下。

PC1:192.168.200.1

PC2:192.168.20.132

Eth0: 192.168.200.150

Eth1:192.168.20.120


测试场景为

l Eth0和 Eth1 单独向 PC1 和 PC2 发送数据

l Eth0和 Eth1同时向 PC1 和 PC2 发送数据

l Eth0和 Eth1 单独接收来自 PC1 和 PC2 的数据

l Eth0和 Eth1 同时接收来自 PC1 和 PC2 的数据

l Eth0 上的数据转发到 Eth1

期间测试模块 Eth0和 Eth1 的最大带宽以及 CPU 占用率。


Eth0和 Eth1 单独向 PC1 和 PC2 发送数据

在 PC1 和 PC2 上运行 iperf3 服务器。

----------------------------------

$ iperf3 -s

----------------------------------


在 Verdin iMX8M Plus 运行 iperf3 向 PC 发送数据。Eth0 和 Eth1 的测试数据如下。

Eth0:

----------------------------------

root@verdin-imx8mp:~# iperf3 -c 192.168.20.132

Connecting to host 192.168.20.132, port 5201

[  5] local 192.168.20.120 port 34982 connected to 192.168.20.132 port 5201

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd

[  5]   0.00-1.00   sec   114 MBytes   957 Mbits/sec    0    373 KBytes       

[  5]   1.00-2.00   sec   112 MBytes   942 Mbits/sec    0    373 KBytes       

[  5]   2.00-3.00   sec   112 MBytes   937 Mbits/sec    0    410 KBytes       

[  5]   3.00-4.00   sec   112 MBytes   942 Mbits/sec    0    410 KBytes       

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate         Retr

[  5]   0.00-10.00  sec  1.10 GBytes   942 Mbits/sec    0             sender

[  5]   0.00-10.00  sec  1.10 GBytes   941 Mbits/sec                  receiver


iperf Done.

----------------------------------


Eth1:

----------------------------------

root@verdin-imx8mp:~# iperf3 -c 192.168.200.1

Connecting to host 192.168.200.1, port 5201

[  5] local 192.168.200.150 port 59206 connected to 192.168.200.1 port 5201

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd

[  5]   0.00-1.00   sec   111 MBytes   934 Mbits/sec    0   1.14 MBytes       

[  5]   1.00-2.00   sec   112 MBytes   944 Mbits/sec    0   1.23 MBytes       

[  5]   2.00-3.00   sec   111 MBytes   933 Mbits/sec    0   1.23 MBytes       

[  5]   3.00-4.00   sec   112 MBytes   943 Mbits/sec    0   1.23 MBytes       

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate         Retr

[  5]   0.00-10.00  sec  1.09 GBytes   940 Mbits/sec    0             sender

[  5]   0.00-10.00  sec  1.09 GBytes   937 Mbits/sec                  receiver


iperf Done.

----------------------------------


Verdin iMX8M Plus CPU 占用率:


Eth0和 Eth1同时向 PC1 和 PC2 发送数据

Eth0:

----------------------------------

root@verdin-imx8mp:~# iperf3 -c 192.168.20.132

Connecting to host 192.168.20.132, port 5201

[  5] local 192.168.20.120 port 34994 connected to 192.168.20.132 port 5201

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd

[  5]   0.00-1.00   sec   113 MBytes   949 Mbits/sec    0    438 KBytes       

[  5]   1.00-2.00   sec   112 MBytes   937 Mbits/sec    0    464 KBytes       

[  5]   2.00-3.00   sec   112 MBytes   943 Mbits/sec    0    464 KBytes       

[  5]   3.00-4.00   sec   111 MBytes   935 Mbits/sec    0    464 KBytes       

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate         Retr

[  5]   0.00-10.00  sec  1.09 GBytes   940 Mbits/sec    0             sender

[  5]   0.00-10.00  sec  1.09 GBytes   939 Mbits/sec                  receiver


iperf Done.

----------------------------------


Eth1:

----------------------------------

root@verdin-imx8mp:~# iperf3 -c 192.168.200.1

Connecting to host 192.168.200.1, port 5201

[  5] local 192.168.200.150 port 59210 connected to 192.168.200.1 port 5201

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd

[  5]   0.00-1.00   sec   111 MBytes   929 Mbits/sec    0   1.14 MBytes       

[  5]   1.00-2.00   sec   112 MBytes   944 Mbits/sec    0   1.14 MBytes       

[  5]   2.00-3.00   sec   111 MBytes   933 Mbits/sec    0   1.14 MBytes       

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate         Retr

[  5]   0.00-10.00  sec  1.09 GBytes   936 Mbits/sec    0             sender

[  5]   0.00-10.00  sec  1.09 GBytes   933 Mbits/sec                  receiver


iperf Done.

----------------------------------


Verdin iMX8M Plus CPU 占用率:


Eth0和 Eth1 单独接收来自 PC1 和 PC2 的数据

在 Verdin iMX8M Plus 分别运行 iperf3 服务器,针对 Eth0 和 Eth1 使用不同的端口。

----------------------------------

root@verdin-imx8mp:~# iperf3 -B 192.168.20.120 -s

root@verdin-imx8mp:~# iperf3 -B 192.168.200.150 -p 5202 -s

----------------------------------


Eth0:

----------------------------------

root@verdin-imx8mp:~# iperf3 -B 192.168.20.120 -s

-----------------------------------------------------------

Server listening on 5201

-----------------------------------------------------------

Accepted connection from 192.168.20.132, port 48674

[  5] local 192.168.20.120 port 5201 connected to 192.168.20.132 port 48676

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-1.00   sec   111 MBytes   933 Mbits/sec                  

[  5]   1.00-2.00   sec   111 MBytes   935 Mbits/sec                  

[  5]   2.00-3.00   sec   111 MBytes   934 Mbits/sec                  

[  5]   3.00-4.00   sec   111 MBytes   935 Mbits/sec                  

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-10.00  sec  1.09 GBytes   934 Mbits/sec                  receiver

-----------------------------------------------------------

Server listening on 5201

-----------------------------------------------------------

----------------------------------


Eth1:

----------------------------------

root@verdin-imx8mp:~# iperf3 -B 192.168.200.150 -p 5202 -s

-----------------------------------------------------------

Server listening on 5202

-----------------------------------------------------------

Accepted connection from 192.168.200.1, port 47290

[  5] local 192.168.200.150 port 5202 connected to 192.168.200.1 port 47292

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-1.00   sec   110 MBytes   919 Mbits/sec                  

[  5]   1.00-2.00   sec   112 MBytes   939 Mbits/sec                  

[  5]   2.00-3.00   sec   112 MBytes   941 Mbits/sec                  

[  5]   3.00-4.00   sec   112 MBytes   941 Mbits/sec                  

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-10.00  sec  1.09 GBytes   938 Mbits/sec                  receiver

----------------------------------


Verdin iMX8M Plus CPU 占用率:




Eth0和 Eth1 同时接收来自 PC1 和 PC2 的数据


Eth0:

----------------------------------

root@verdin-imx8mp:~# iperf3 -B 192.168.20.120 -s

-----------------------------------------------------------

Server listening on 5201

-----------------------------------------------------------

Accepted connection from 192.168.20.132, port 48712

[  5] local 192.168.20.120 port 5201 connected to 192.168.20.132 port 48714

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-1.00   sec   111 MBytes   931 Mbits/sec                  

[  5]   1.00-2.00   sec   111 MBytes   934 Mbits/sec                  

[  5]   2.00-3.00   sec   111 MBytes   934 Mbits/sec                  

[  5]   3.00-4.00   sec   111 MBytes   935 Mbits/sec                  

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-10.00  sec  1.09 GBytes   934 Mbits/sec                  receiver

-----------------------------------------------------------

Server listening on 5201

-----------------------------------------------------------

----------------------------------



Eth1:

----------------------------------

root@verdin-imx8mp:~# iperf3 -B 192.168.200.150 -p 5202 -s

-----------------------------------------------------------

Server listening on 5202

-----------------------------------------------------------

Accepted connection from 192.168.200.1, port 47308

[  5] local 192.168.200.150 port 5202 connected to 192.168.200.1 port 47310

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-1.00   sec   110 MBytes   919 Mbits/sec                  

[  5]   1.00-2.00   sec   112 MBytes   941 Mbits/sec                  

[  5]   2.00-3.00   sec   112 MBytes   941 Mbits/sec                  

[  5]   3.00-4.00   sec   112 MBytes   941 Mbits/sec                  

[  5]   4.00-5.00   sec   112 MBytes   941 Mbits/sec                  

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-10.00  sec  1.08 GBytes   928 Mbits/sec                  receiver

-----------------------------------------------------------

Server listening on 5202

-----------------------------------------------------------

----------------------------------


Verdin iMX8M Plus CPU 占用率:





Eth上的数据转发到 Eth1

为了将 Eth0 的数据转发到 Eth1,需要设置 /etc/sysctl.conf 。

----------------------------------

# needed for routing, including masquerading or NAT

net/ipv4/ip_forward=1  

----------------------------------


然后运行sysctl 另设置生效,当然重启系统也可以。

----------------------------------

root@verdin-imx8mp:~# sysctl -p

----------------------------------


设置转发规则。

----------------------------------

root@verdin-imx8mp:~# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

root@verdin-imx8mp:~# iptables -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT

root@verdin-imx8mp:~# iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT

----------------------------------


在 PC2 上启动 iperf3 服务器,PC 1 运行 iper3 客户端发送数据,所有的数据由 Verdin iMX8M Plus 负责从 Eth0 转发到 Eth1 上。


PC2 Server:

----------------------------------

$ iperf3 -s

-----------------------------------------------------------

Server listening on 5201

-----------------------------------------------------------

Accepted connection from 192.168.20.120, port 55360

[  5] local 192.168.20.132 port 5201 connected to 192.168.20.120 port 55362

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-1.00   sec   105 MBytes   881 Mbits/sec                  

[  5]   1.00-2.00   sec   111 MBytes   928 Mbits/sec                  

[  5]   2.00-3.00   sec   110 MBytes   921 Mbits/sec                  

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate

[  5]   0.00-10.00  sec  1.08 GBytes   931 Mbits/sec                  receiver


----------------------------------



PC1 Client:

----------------------------------

$ iperf3 -c 192.168.20.132

Connecting to host 192.168.20.132, port 5201

[  5] local 192.168.200.1 port 55362 connected to 192.168.20.132 port 5201

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd

[  5]   0.00-1.00   sec   108 MBytes   904 Mbits/sec    0    471 KBytes       

[  5]   1.00-2.00   sec   110 MBytes   926 Mbits/sec    0    492 KBytes       

[  5]   2.00-3.00   sec   109 MBytes   916 Mbits/sec    0    492 KBytes       

[  5]   3.00-4.00   sec   112 MBytes   938 Mbits/sec    0    492 KBytes       

- - - - - - - - - - - - - - - - - - - - - - - - -

[ ID] Interval           Transfer     Bitrate         Retr

[  5]   0.00-10.00  sec  1.09 GBytes   934 Mbits/sec    0             sender

[  5]   0.00-10.00  sec  1.08 GBytes   931 Mbits/sec                  receiver

----------------------------------


Verdin iMX8M Plus CPU 占用率:




数据汇总如下。


两个千兆网口无论是在单独还是同时收发数据时都达到920Mbps 以上,包括网口之间的数据转发,基本接近满带宽。在 CPU 占用方面,当两个千兆网口以接近满带宽速率同时工作时,其中一个核心站占用率会超过 70%。



总结

Verdin iMX8M Plus 的双网口设计为多网口需求的应用提供了理想的选择,例如在工业自动化中,一个网口运行实时性要求高的应用如 EtherCAT,而另外一个则可以用于一般的网络通信。或者另一个网口可以用作冗余接口,或者连接两个不同的网络。Verdin iMX8M Plus 还有许多其他实用的功能,我们会在后续的文章进行介绍

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 203,456评论 5 477
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,370评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,337评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,583评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,596评论 5 365
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,572评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,936评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,595评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,850评论 1 297
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,601评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,685评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,371评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,951评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,934评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,167评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 43,636评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,411评论 2 342

推荐阅读更多精彩内容