Part Number: TDA4VM
hi expert
sdk7.3 qnx+rtos
When I use SGMII MAC2MAC driven by cpsw9g,and test communication using iperf3 udp,i have some problems
problem 1:
SOC1 COMMAND:
io-pkt-v6-hc -d cpsw9g tx_descriptor_cnt=256,rx_descriptor_cnt=256
ifconfig an0 192.168.0.100
iperf3 -s
SOC2 COMMAND:
io-pkt-v6-hc -d cpsw9g tx_descriptor_cnt=256,rx_descriptor_cnt=256
ifconfig an0 192.168.0.101
iperf3 -c 192.168.0.100 -u -p 5201 -t 10 -i 1 -w 200k
then i run the soc2 command four seconds later ,SOC2 No response from terminal ,SOC1 running log is nextServer listening on 5201
-----------------------------------------------------------
Accepted connection from 192.168.0.101, port 65533
[ 5] local 192.168.0.100 port 5201 connected to 192.168.0.101 port 65535
[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams
[ 5] 0.00-1.00 sec 104 KBytes 853 Kbits/sec 0.128 ms 0/73 (0%)
[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 0.000 ms 0/90 (0%)
[ 5] 2.00-3.00 sec 28.5 KBytes 234 Kbits/sec 0.000 ms 0/20 (0%)
[ 5] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
[ 5] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 0.000 ms 0/0 (0%)
if i test communication using iperf3 with iperf3 -c 192.168.0.100 -p 5201 -t 10 -i 1 -w 200k , do not use udp it is ok
Does mac2mac not support UDP transmission?
What problem caused this ?
how can i fix this?
problem 2:
at the some board sdk7.3 qnx+rtos
i use RGMII + PHY drived by cpsw9g
i test communication tda4 and pc,
pc command is iperf3 -s -d
tda4 use the same command “iperf3 -c 192.168.0.100 -u -p 5201 -t 10 -i 1 -w 200k”
it runs ok but thepacket loss rate is too high ,The packet loss rate is as high as 75%,CPU utilization is basically 0.01%
What problem caused this ?
how can i fix this?
