Linux Mainline
#11
GBe test


Mainline


Code:
rock64@rock64:~$ uname -a
Linux rock64 4.13.0-rc1-rockchip-ayufan-93-ga1d4fc4 #1 SMP PREEMPT Tue Aug 29 09:46:09 UTC 2017 aarch64 GNU/Linux
rock64@rock64:~$ iperf -c 192.168.1.4 -i 1
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.1.5 port 57002 connected with 192.168.1.4 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec  97.6 KBytes   799 Kbits/sec
[  3]  1.0- 2.0 sec  1.41 KBytes  11.6 Kbits/sec
[  3]  2.0- 3.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  3.0- 4.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  4.0- 5.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  5.0- 6.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  6.0- 7.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  7.0- 8.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  8.0- 9.0 sec  2.83 KBytes  23.2 Kbits/sec
[  3]  9.0-10.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  0.0-10.2 sec   102 KBytes  81.4 Kbits/sec
rock64@rock64:~$  iperf -s -i 1
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 192.168.1.5 port 5001 connected with 192.168.1.4 port 46846
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0- 1.0 sec  26.3 MBytes   220 Mbits/sec
[  4]  1.0- 2.0 sec  35.6 MBytes   298 Mbits/sec
[  4]  2.0- 3.0 sec  26.8 MBytes   225 Mbits/sec
[  4]  3.0- 4.0 sec  28.7 MBytes   241 Mbits/sec
[  4]  4.0- 5.0 sec  23.7 MBytes   199 Mbits/sec
[  4]  5.0- 6.0 sec  32.2 MBytes   270 Mbits/sec
[  4]  6.0- 7.0 sec  28.1 MBytes   236 Mbits/sec
[  4]  7.0- 8.0 sec  38.3 MBytes   321 Mbits/sec
[  4]  8.0- 9.0 sec  30.8 MBytes   259 Mbits/sec
[  4]  9.0-10.0 sec  36.2 MBytes   304 Mbits/sec
[  4]  0.0-10.0 sec   307 MBytes   257 Mbits/sec


Kernel 4.4

Code:
rock64@rock64:~$ uname -a
Linux rock64 4.4.77-rockchip-ayufan-96 #1 SMP Wed Aug 30 21:19:43 UTC 2017 aarch64 GNU/Linux
rock64@rock64:~$  iperf -c 192.168.1.4 -i 1
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.1.5 port 38790 connected with 192.168.1.4 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   107 MBytes   894 Mbits/sec
[  3]  1.0- 2.0 sec   105 MBytes   878 Mbits/sec
[  3]  2.0- 3.0 sec   100 MBytes   843 Mbits/sec
[  3]  3.0- 4.0 sec   103 MBytes   867 Mbits/sec
[  3]  4.0- 5.0 sec   104 MBytes   876 Mbits/sec
[  3]  5.0- 6.0 sec   104 MBytes   869 Mbits/sec
[  3]  6.0- 7.0 sec   103 MBytes   863 Mbits/sec
[  3]  7.0- 8.0 sec   101 MBytes   850 Mbits/sec
[  3]  8.0- 9.0 sec   104 MBytes   870 Mbits/sec
[  3]  9.0-10.0 sec   104 MBytes   872 Mbits/sec
[  3]  0.0-10.0 sec  1.01 GBytes   868 Mbits/sec
rock64@rock64:~$  iperf -s -i 1
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 192.168.1.5 port 5001 connected with 192.168.1.4 port 46848
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0- 1.0 sec   106 MBytes   890 Mbits/sec
[  4]  1.0- 2.0 sec   112 MBytes   941 Mbits/sec
[  4]  2.0- 3.0 sec   112 MBytes   941 Mbits/sec
[  4]  3.0- 4.0 sec   112 MBytes   941 Mbits/sec
[  4]  4.0- 5.0 sec   112 MBytes   941 Mbits/sec
[  4]  5.0- 6.0 sec   112 MBytes   941 Mbits/sec
[  4]  6.0- 7.0 sec   112 MBytes   941 Mbits/sec
[  4]  7.0- 8.0 sec   112 MBytes   941 Mbits/sec
[  4]  8.0- 9.0 sec   112 MBytes   941 Mbits/sec
[  4]  9.0-10.0 sec   112 MBytes   941 Mbits/sec
[  4]  0.0-10.0 sec  1.09 GBytes   936 Mbits/sec
  Reply


Messages In This Thread
Linux Mainline - by ayufan - 08-28-2017, 04:00 PM
RE: Linux Mainline - by jl_678 - 08-28-2017, 07:07 PM
RE: Linux Mainline - by ayufan - 08-29-2017, 01:26 AM
RE: Linux Mainline - by ayufan - 08-29-2017, 03:09 AM
RE: Linux Mainline - by rontant - 08-29-2017, 06:18 AM
RE: Linux Mainline - by jl_678 - 08-29-2017, 06:46 AM
RE: Linux Mainline - by rontant - 08-29-2017, 09:39 PM
RE: Linux Mainline - by moravecz - 08-29-2017, 11:29 PM
RE: Linux Mainline - by Farley56 - 08-30-2017, 08:35 AM
RE: Linux Mainline - by jl_678 - 08-30-2017, 07:33 PM
RE: Linux Mainline - by rontant - 09-02-2017, 09:45 PM
RE: Linux Mainline - by ayufan - 09-04-2017, 03:16 PM
RE: Linux Mainline - by rontant - 09-04-2017, 07:51 PM
RE: Linux Mainline - by tillea - 09-19-2017, 11:22 AM
RE: Linux Mainline - by rontant - 09-22-2017, 10:16 PM
RE: Linux Mainline - by scat70 - 09-24-2017, 04:37 AM
RE: Linux Mainline - by scat70 - 09-24-2017, 05:26 AM
RE: Linux Mainline - by stuartiannaylor - 09-24-2017, 08:57 AM
RE: Linux Mainline - by redfish - 01-13-2018, 10:19 PM
RE: Linux Mainline - by redfish - 01-15-2018, 11:21 AM
RE: Linux Mainline - by scat70 - 09-24-2017, 10:58 AM
RE: Linux Mainline - by stuartiannaylor - 09-26-2017, 05:55 AM
RE: Linux Mainline - by rontant - 09-28-2017, 02:54 AM
RE: Linux Mainline - by ayufan - 09-28-2017, 02:25 AM
RE: Linux Mainline - by stuartiannaylor - 09-28-2017, 07:22 AM
RE: Linux Mainline - by maal - 10-05-2017, 10:06 AM
RE: Linux Mainline - by stuartiannaylor - 10-05-2017, 01:07 PM
RE: Linux Mainline - by nocrash - 10-18-2017, 10:37 PM
RE: Linux Mainline - by tarmiste - 12-11-2017, 06:15 AM
RE: Linux Mainline - by maal - 12-11-2017, 10:26 AM
RE: Linux Mainline - by thewonderer - 12-11-2017, 11:39 PM
RE: Linux Mainline - by eloranta - 12-13-2017, 04:10 PM
RE: Linux Mainline - by eloranta - 12-22-2017, 10:17 PM
RE: Linux Mainline - by Osiander - 12-25-2017, 11:00 AM
RE: Linux Mainline - by maal - 01-04-2018, 04:56 PM
RE: Linux Mainline - by thewonderer - 01-04-2018, 06:10 PM
RE: Linux Mainline - by maal - 01-05-2018, 07:18 AM
RE: Linux Mainline - by ClaudiaF - 01-05-2018, 04:58 PM
RE: Linux Mainline - by thewonderer - 01-06-2018, 07:42 PM
RE: Linux Mainline - by maal - 01-06-2018, 03:26 PM
RE: Linux Mainline - by dkryder - 01-06-2018, 07:56 PM
RE: Linux Mainline - by maal - 01-07-2018, 04:00 AM
RE: Linux Mainline - by maal - 01-07-2018, 02:53 PM
RE: Linux Mainline - by valdiks - 01-08-2018, 04:44 AM
RE: Linux Mainline - by matteobp - 01-10-2018, 04:41 AM
RE: Linux Mainline - by maal - 01-10-2018, 08:22 AM
RE: Linux Mainline - by matteobp - 01-10-2018, 11:00 AM
RE: Linux Mainline - by ayufan - 01-14-2018, 05:00 AM
RE: Linux Mainline - by redfish - 01-14-2018, 11:31 AM
RE: Linux Mainline - by t4_4t - 01-19-2018, 09:33 PM
RE: Linux Mainline - by maal - 03-01-2018, 04:42 AM
RE: Linux Mainline - by decontainerized - 06-22-2018, 06:31 AM
RE: Linux Mainline - by beakfire - 07-14-2018, 06:37 PM
RE: Linux Mainline - by suberimakuri - 09-29-2018, 09:52 PM
RE: Linux Mainline-Ayufan 4.20 - by belfastraven - 01-16-2019, 01:49 PM
RE: Linux Mainline-Ayufan 4.20 - by Voyt - 01-22-2019, 04:12 PM
RE: Linux Mainline-Ayufan 4.20 - by kanelxake - 01-24-2019, 02:03 PM
RE: Linux Mainline - by Mentaluproar - 01-23-2019, 08:34 PM
RE: Linux Mainline - by thewonderer - 01-29-2019, 06:56 PM
RE: Linux Mainline - by ElektromAn - 01-30-2019, 02:59 PM
RE: Linux Mainline - by KC7NOA - 01-30-2019, 09:44 PM
RE: Linux Mainline - by shuikaiyuan - 06-15-2019, 11:59 PM
RE: Linux Mainline - by CameronNemo - 08-28-2019, 01:51 AM
RE: Linux Mainline - by Wizzard - 05-14-2021, 10:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  irradium (based on crux linux) Rock64 riscv64, aarch64 mara 0 50 03-24-2024, 01:07 PM
Last Post: mara
  MIPI-CSI IMX214 on Linux NO SUCCESS zeus666 2 1,629 06-02-2023, 07:52 AM
Last Post: diederik
  The state of mainline hardware decoding CounterPillow 17 14,660 01-26-2022, 03:39 PM
Last Post: sigmaris
  Linux 5.15 Kernel - openSuse mark1250 0 1,243 12-02-2021, 04:36 PM
Last Post: mark1250
  Alpine Linux isndw 12 17,528 08-12-2021, 05:41 PM
Last Post: pix
Lightbulb RK3399 Linux rtl8822cu module bluetooth not working shivarj89 0 1,315 07-29-2021, 07:19 AM
Last Post: shivarj89
  Linux Images (ROCK64) pineadmin 164 276,449 02-12-2021, 10:14 AM
Last Post: useful64
  Arch Linux Arm --> Kernel 5.8 breaks installation as365n4 12 11,984 08-31-2020, 01:41 AM
Last Post: as365n4
  Arch Linux ARM on the Rock64 V3 justinweiss 2 4,782 08-24-2020, 05:16 PM
Last Post: justinweiss
  Arch Linux Arm - external RTC problem max 1 2,906 08-17-2020, 10:35 AM
Last Post: max

Forum Jump:


Users browsing this thread: 2 Guest(s)