lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Transmission stall after ARP broadcast


From: address@hidden
Subject: Re: [lwip-users] Transmission stall after ARP broadcast
Date: Tue, 20 Feb 2018 08:52:40 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 20.02.2018 08:33, Stephan Hilchenbach wrote:
Hello,

this problem was not caused by the LwIP stack, but by the Ethernet driver. It 
was solved with the help of the Ti support:
https://e2e.ti.com/support/arm/sitara_arm/f/791/t/663155
The address lookup engine (ALE) processes all received packets to determine 
which port(s) if any that the packet should the forwarded to. Configured as a 
switch, the port state of all ports was set to forwarding, even if a port was 
not connected. Setting the unconnected ports to blocking by default and setting 
them to forward after Phy connect, solved the problem.

OK, good to know :-)
Thanks for sharing the answer.

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]