[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #7658] Make pbuf_free() send PBUF_POOL pbufs to Ethe
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [patch #7658] Make pbuf_free() send PBUF_POOL pbufs to Ethernet driver directly. |
Date: |
Fri, 13 Feb 2015 20:56:38 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36 |
Update of patch #7658 (project lwip):
Status: None => Done
Assigned to: None => goldsimon
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #4:
Done in a different way:
- LWIP_SUPPORT_CUSTOM_PBUF can be overridden if needed
- LWIP_HOOK_MEMP_AVAILABLE informs you of an empty pool getting an element
back. This has a little more overhead than passing the pbuf to the driver
directly but has the bonus of being more versatile.
If you really care for the overhead, use custom pbufs (it works, I have an
IPv4 platform using them - custom PBUF_REF pbufs are used for RX)
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?7658>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [patch #7658] Make pbuf_free() send PBUF_POOL pbufs to Ethernet driver directly.,
Simon Goldschmidt <=