Page 2 of 2
Re: Network speed slow on SAM460...normal?
Posted: Tue Dec 18, 2012 7:03 pm
by ChrisH
ssolie wrote:Most ethernet drivers only use DMA and the 460's ethernet driver is using DMA right now.
I stand corrected

. I had thought Olaf had indicated that DMA wasn't ever used, but good to hear it is.
Checking network buffer sizes sounds like a good idea. I have no idea where one might find these though!
Re: Network speed slow on SAM460...normal? [Solved]
Posted: Mon Aug 26, 2013 5:14 pm
by Delta
Sorry for the late comeback, the SAM was unplugged for a while because we moved into a new house. I've installed MUI-OWB and it is definitely faster browsing that OWB so yes, the slow performance was due to the software only. Thanks for your inputs.
Re: Network speed slow on SAM460...normal?
Posted: Mon Aug 26, 2013 7:33 pm
by acmn
Here are my results:
Download speed: 21.51Mbps
Upload speed: 0.359Mbps.
Receiving constantly strangely low upload speeds...MK
Re: Network speed slow on SAM460...normal?
Posted: Tue Aug 27, 2013 3:24 am
by Delta
Back to normal at 7Mbps download and 0.9Mbps upload with MUI-OWB
@acmn
That's weird you get so bad upload compared to your downstream.
Re: Network speed slow on SAM460...normal?
Posted: Tue Aug 27, 2013 2:00 pm
by gazelle
I've added
Code: Select all
iprequests=128
writerequests=128
copymode=fast
to DEVS:NetInterfaces/RTL8139 and set following environment variables:
Code: Select all
SetEnv SAVE Roadshow/tcp/do_timestamps 0
SetEnv SAVE Roadshow/tcp/do_win_scale 0
SetEnv SAVE Roadshow/tcp/mssdflt 1460
SetEnv SAVE Roadshow/tcp/recvspace 65536
SetEnv SAVE Roadshow/tcp/use_mssdflt_for_remote 0
Take a look at SYS:Documentation/Roadshow/RoadshowControl.doc first and try without the SAVE switch.