lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] ping issue


From: bernard
Subject: Re: [lwip-users] ping issue
Date: Sun, 9 Jun 2013 09:33:22 +0800

It's better to open lwIP debug trace and add time stamp on each packet handling.

And Cui, you can try lwIP on RT-Thread with STM32F107/F207/F407. It has good stable on them.



Regards, 
Bernard Xiong
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RT-Thread - An open source RTOS from China.
https://github.com/RT-Thread/rt-thread
http://www.rt-thread.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



2013/6/9 Vincent Cui <address@hidden>

Hi :

Yes, I use the stm32 demo code, I trace the code and found that icmp handler routine is not deal with sometimes.

Could you give me link for the code you post ?

 

Vincent  

 

 

Vincent Cui

Firmware Engineer Leader

Room1106, Building A, New Caohejing Business Centre, No.391, Guiping Road, Xuhui District, Shanghai, P.R.China

T: +86 21 34612525, M: +86 13482482211

www.enlogic.com


P please consider the environment before printing this email


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed.  If you have received this e-mail in error, please notify the sender immediately and then delete it.  If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message.  We cannot accept liability for any loss or damage caused by software viruses.  Any views and/or opinions expressed in this e-mail are of the author only and do not necessarily represent the views of Enlogic.


From: lwip-users-bounces+vincent.cui=address@hidden [mailto:lwip-users-bounces+vincent.cui=address@hidden] On Behalf Of Mark Lakata
Sent: 2013
68 PM 9:30


To: Mailing list for lwIP users
Subject: Re: [lwip-users] ping issue

 

This sounds like a driver bug.  Are you using the stm32 demo code? It has this problem.  The problem is that the interrupts are being lost but the packets are still there in the hw rx buffer. You need random rx packets to trigger new interrupts. I posted some code recently that fixes this issue.

On Jun 8, 2013 2:27 AM, "Vincent Cui" <address@hidden> wrote:

All:

 

A strange problem happen after device running some days.

After power on, PING response is fast. But after running some days, ping response becomes lower and timeout sometimes.

I configure ICMP checksum by hardware. Anyone has same problem ?

 

cid:image005.png@01CE62E2.C18A2470

 

Vincent Cui

Firmware Engineer Leader

Room1106, Building A, New Caohejing Business Centre, No.391, Guiping Road, Xuhui District, Shanghai, P.R.China

T: +86 21 34612525, Ext: 6104, M: +86 13482482211

www.enlogic.com


P please consider the environment before printing this email


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed.  If you have received this e-mail in error, please notify the sender immediately and then delete it.  If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message.  We cannot accept liability for any loss or damage caused by software viruses.  Any views and/or opinions expressed in this e-mail are of the author only and do not necessarily represent the views of Enlogic.



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


_______________________________________________
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]