Hi,
I am working on a board based on TI Sitara 3352. It has dual Ethernet port. We are using Sitara SDK Version 6.00.00. The firmware is configured for Dual MAC mode. I have connected eth0 of the board to the LAN and eth1 to a device (like a PC). I have dhcpd running on eth1 to form a crash net. I have connected eth1 to a PC.
- The network link appears to be dropping packets for eth0 as show in the ifconfig dump below (919 packets dropped). eth0 is connected to LAN. Any idea why that could be happening ? We are seeing this in both the switch mode and dual mac mode.
eth0 Link encap:Ethernet HWaddr C4:ED:BA:82:41:66
inet addr:192.168.61.85 Bcast:192.168.61.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:5228 errors:0 dropped:919 overruns:0 frame:0
TX packets:5143 errors:0 dropped:2 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2923379 (2.7 MiB) TX bytes:1190073 (1.1 MiB)
Could this be a firmware issue (driver?) or a board design issue ?
Thanks and Regards,
Subbu