Hi All,
I use USB Ethernet adapter to measure UDP throughput with iperf tool on AM335x platform (ti-processor-sdk-linux-am335x-evm-01.00.00.00-Linux-x86-Install.bin) and the test result for download is very poor (< 10Mbps).
I also refer to "TI81XX_UDP_Performance_Improvement" to increase network stack queue value but the performance is no improvement.
Here is my test environment and iperf command:
AM335x platform (server) <---> PC (client)
AM335x: iperf -s -u
PC: iperf <server ip> -t 10 -u -b 500M
------------------------------------------------------------
Server listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size: 64.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.87.68 port 5001 connected with 192.168.87.70 port 2235
[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams
[ 3] 0.0-10.3 sec 4.91 MBytes 4.01 Mbits/sec 638.914 ms 6469/ 9969 (65%)
Has anyone has experienced anything similar ?
Thanks.