lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Task priorities in TCP/IP Stack


From: address@hidden
Subject: Re: [lwip-users] Task priorities in TCP/IP Stack
Date: Wed, 24 Feb 2010 16:00:59 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

Christian Steffen wrote:
Hello,

I use the lwIP/FreeRtos at the Atmel AVR32UC3. The current lwIP Version
I use is 1.3.2.
[..]
Now I see, that the ETHINT task don't use messages to commit the
received frames to the TCP/IP task. It calls ethernet_input() directly.
This is a bug which I think has been fixed in a recent beta-version of Atmel's netif driver (http://www.atmel.no/beta_ware/). In short, the netif driver has to call 'netif->input()' for all supported packets instead of calling ethernet_input() directly. You can do the change yourself and see if that fixes it.

Simon




reply via email to

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