I want to check the performance benchmark of Ethernet of the AM1808 EVM according to this page, http://processors.wiki.ti.com/index.php/DaVinci_PSP_03.20.00.13_Device_Driver_Features_and_Performance_Guide#Performance_and_Benchmarks_2
I have installed the iperf tool (iperf-2.0.4) in my linux PC and the AM1808 EVM, with the EVM using NFS on the linux PC,
but then the performance is much lower than specified in the page,
in Linux PC, I type "iperf -s" and get
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 210.17.139.219 port 5001 connected with 210.17.139.217 port 60751
------------------------------------------------------------
Client connecting to 210.17.139.217, TCP port 5001
TCP window size: 32.0 KByte (WARNING: requested 16.0 KByte)
------------------------------------------------------------
[ 6] local 210.17.139.219 port 39770 connected with 210.17.139.217 port 5001
Waiting for server threads to complete. Interrupt again to force quit.
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-60.0 sec 267 MBytes 37.3 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-60.0 sec 197 MBytes 27.5 Mbits/sec
then in EVM, I type "iperf -c 210.17.139.219 -w 16k -d -t60" and get
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 32.0 KByte (WARNING: requested 16.0 KByte)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 210.17.139.219, TCP port 5001
TCP window size: 32.0 KByte (WARNING: requested 16.0 KByte)
------------------------------------------------------------
[ 3] local 210.17.139.217 port 60751 connected with 210.17.139.219 port 5001
[ 5] local 210.17.139.217 port 5001 connected with 210.17.139.219 port 39770
[ ID] Interval Transfer Bandwidth
[ 5] 0.0-60.0 sec 267 MBytes 37.3 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-60.0 sec 197 MBytes 27.5 Mbits/sec
So the trasnfer rate is just 27.5Mbps, right? much lower than the 66.7Mpbs mentioned in the page.
Have I done something wrong?
Besides that, how to test the RMII PHY?
Thanks for any help