lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Delayed ACKs


From: Kaufman, Michael
Subject: Re: [lwip-users] Delayed ACKs
Date: Sun, 31 Jan 2016 08:21:40 +0000

Hi Sergio,

Thanks for the response. It seems I  need to do some digging. 
I indeed use NO_SYS=0 and sockets API and there is additional thread besides 
tcpip thread that collects the Ethernet frames and passes them to lwIP.

One question: what do you mean by "restrictions on threading"?

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Sergio R. Caprile
Sent: Friday, January 29, 2016 2:42 PM
To: address@hidden
Subject: Re: [lwip-users] Delayed ACKs

Your problem seems to correlate to lost frames problems.
It is common for vendor provided "demos" to pull just one frame out of the 
Ethernet controller per int/poll, so they lose frames on high throughput.
You have:
- an application using an API
- the lwIP stack
- its port to your architecture (OS and micro)
- a driver for some Ethernet chip.
- some task getting frames out of the chip and putting them to lwIP

You should remove the unknown variables first. Consider running a known good 
application from the contrib tree, preferably for the same API you use. Then 
you can check your port and driver with your vendor.
Also make sure the stack has not been altered by the vendor, otherwise check 
with them.
There are restrictions on threading, and that depends on the API you use, and 
if you use NO_SYS=0 or =1. I can only help on RAW API and NO_SYS=1
                

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