lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwIP performance with FreeRTOS


From: Simon Goldschmidt
Subject: Re: [lwip-users] lwIP performance with FreeRTOS
Date: Tue, 28 Feb 2012 12:48:17 +0100

"Simon Goldschmidt" <address@hidden> wrote:
> "Simon Goldschmidt" <address@hidden> wrote:
> > Oh, and while looking at the lwIP sources, I saw you'd better call
> > netconn_sendto() instead of netconn_connect() and netconn_send(), as it
> is
> > implemented with only 1 call into the core instead of 2.
> 
> Plus I jstu noticed that netconn_connect() doesn't use the core-locking
> feature but uses the traditional message-passing (don't ask me why), so
> that's no even sped up by enabling core-locking.

Chris, I've pushed a fix for that to git master which you can try (it should 
also speed up sending as I directly call the send function now instead of 
calling via a function pointer). That is, I don't know if you can switch to git 
master or are already using it?

Simon
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



reply via email to

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