lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Ping bulking of replies


From: Kjel Snorre Jahrus
Subject: Re: [lwip-users] Ping bulking of replies
Date: Mon, 20 Aug 2012 14:01:33 +0200

The only thread running on the CPU is lwIP's

MVH,
KS

On Mon, Aug 20, 2012 at 1:51 PM, Pomeroy, Marty <address@hidden> wrote:
 
Make sure there is no higher priority thread monopolizing the CPU elsewhere, which is preventing the lower priority lwIP from running for relatively large chunks of time.
 
Marty


From: lwip-users-bounces+martypomeroy=address@hidden [mailto:lwip-users-bounces+martypomeroy=address@hidden] On Behalf Of Kjel Snorre Jahrus
Sent: Monday, August 20, 2012 5:08 AM
To: Mailing list for lwIP users
Subject: [lwip-users] Ping bulking of replies

Hello,

I am trying to port lwIP to a EFM32 platform and my driver is doing something that I cannot understand.
In the beginning it replies nicely, but after a while it stops replying for some time and after that it goes into a reply mode when it bulks all the PING replies one after the other without doing anything else. After a while it bulks the ARP respons saying that the IP is at MAC address xxx and after that goes into a reply late mode when it replies after each request, but it has some differences in the number of the request reply(i.e. Request seq 3870 followed by reply seq 3863; request seq 3871 followed by reply seq 3864) after that the PC starts sending ARP requests and the chip sends all the remaining PING replies and after that it dies.

Can you help me understand why that is happening?

I tried to look into the stats and I couldn't see any errors or problems.

Thank you in advance,
KS

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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