Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Test running over the USB gadget network interface? #28

Open
eldondev opened this issue Jul 24, 2016 · 4 comments
Open

Test running over the USB gadget network interface? #28

eldondev opened this issue Jul 24, 2016 · 4 comments

Comments

@eldondev
Copy link

Reading the outbound data performance bit intrigued me. I believe the usb gadget interface on the BBB should theoretically be capable of much higher speeds than the onboard 10/100 NIC. You may simply be missing some performance tuning. Have you ensured that you were using the latest useable kernel and usb-cdc-dma? I can't test because I have neither a BBB nor a prudaq.

@abhishek-kakkar
Copy link

I've observed RNDIS speeds on the BeagleBone Black consistent with the ones documented on the wiki ~80Mbps, but then they turn out to be slower than the Ethernet. Had this feeling as well that speeds could be more as the USB is capable of pulling 480Mbps theoretically but never got to understand the bottleneck.

@myself248
Copy link

Anyone looked at the SanCloud Beaglebone Enhanced? It claims a GigE port but documentation is hard to find and I can't be certain how it connects to the CPU.

@mabl
Copy link

mabl commented Feb 2, 2019

Anyone looked at the SanCloud Beaglebone Enhanced? It claims a GigE port but documentation is hard to find and I can't be certain how it connects to the CPU.

As far as I understand, the GigE is part of the CPU and just requires the proper MAC. I have tested the
SanCloud BeagleBone Enhanced and got

iperf -c beagle_bone_ip -t 30     
------------------------------------------------------------
Client connecting to 172.16.0.110, TCP port 5001
TCP window size:  238 KByte (default)
------------------------------------------------------------
[  3] local 172.16.0.176 port 45174 connected with 172.16.0.110 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-30.0 sec  1.13 GBytes   323 Mbits/sec

Looks to me, that clearly outperforms all other interfaces by a huge margin.

@credentiality
Copy link
Contributor

credentiality commented Feb 2, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants