lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #3031] Implement a new fully pool-based pbuf implement


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #3031] Implement a new fully pool-based pbuf implementation.
Date: Tue, 06 Mar 2007 08:27:10 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

Follow-up Comment #1, bug #3031 (project lwip):

This one would be of great interest for me, as I think embedded systems
running for a long time should not have a heap if memory is allocated ADN
deallocated often with different sizes. (And our devices have to run a looong
time, ~30 years is our goal)

Implementing fully pooled pbufs would be one step into that direction.
BUT: I think this would only make sense if mem_malloc() could be eliminated
for the rest of the core code. Since this is mainly dhcp and snmp, I hope
introducing new memp pools for those would be enough.

This could also solve the issue where no pbufs were free to acknowledge tcp
segments (which again would free some tcp enqueued pbufs). This was an error
report somewhere, though I don't remeber it.

I'm not planning to take on this right now, just wanted to know your
opinions.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?3031>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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