lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] need urgent help in debugging retransmission issue


From: Ankish Sharma
Subject: Re: [lwip-users] need urgent help in debugging retransmission issue
Date: Tue, 26 Feb 2019 00:39:12 +0100

You were right we do have got the same retransmission issue in lwip1.4 but its after couple of hours or so but with newer stack it happens within 10 min or so dont know what causes that in newer stack also i checked the nxp support which showed the existing cases for issues in lwip and lpc1768 emc driver but they have no  known fix for the same. Got stuck in here.may be going back to older version if not fix but improves the condition.

On Mon, Feb 25, 2019, 22:24 Sergio R. Caprile <address@hidden> wrote:
If you are using the very same driver, it could still have been buggy
and happen to pass unnoticed until something triggered it.
The fact that the data gets lost when you call lpc_low_level_output()
means that it gets lost after it left lwIP. The only way I can see lwIP
running again (and destroying your data) between that call and the
Ethernet output is your driver returning control or your port (that
includes the RTOS) interrupting the driver when it should not.
Well, there is the possibility that "someone" writes when it shouldn't,
but that looks like a port bug again.

If your driver is DMA-based, then the picture is more complicated, and
if you have caches a bit more. In both cases, anyway, afaik, your port
and driver have the highest probability of being guilty.


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