[En-Nut-Discussion] Re: interrupt sense control for RTL8019AS

Henrik Maier hmlists at focus-sw.com
Wed Sep 20 22:19:23 CEST 2006


Eduardo Serantes wrote:

> I passed the tests to the prototype, I realized that the board hanged up
> under heavy traffic. In fact, if I tried to perform a 200 simultaneous 

The edge triggered mode had a bug in the ISR code which was fixed 
probably 6 month ago. Under heavy traffic you will get more than one 
interrupt while processing the first one but only one edge is generated. 
As the driver did not check for any pending interrupts after processing 
the first one any following interrupts were left unprocessed and the 
network locked up as packets were not sent out.

Henrik
http://www.proconx.com



More information about the En-Nut-Discussion mailing list