Tool/software: Linux
Hi team,
Customer make CPSW and PRU Ethernet port to the same bridge, CPSW receive data will interrupt A15, it make too much A15 loading.
Test result:
Iperf TCP at cpsw about 200Mbps and 90Mbps between PRU Ethernet. It’s about 95% CPU loading.
Questions:
Is it possible to use the DMA transfer data between PRU and CPSW with no interruption to A15?
Or does BU have any other suggestion to offload the A15?
Commands:
brctl addbr br0 //建立网桥
brctl addif br0 eth0 //将端口eth0加入网桥
brctl addif br0 eth1
ifconfig br0 up
mstpctl setforcevers br0 rstp //开RSTP协议
ifconfig br0 192.168.13.13 //给网桥分配IP,实际用于访问A15的端口
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
brctl addif br0 eth2
brctl addif br0 eth3
ifconfig br0 up
mstpctl setforcevers br0 rstp
ifconfig br0 192.168.13.14
BR,
Denny